Page MenuHomeFreeBSD

Disable reading default configuration in loader_simp intrepreter
AbandonedPublic

Authored by lha_semihalf.com on Jan 5 2021, 4:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 18 2024, 3:00 AM
Unknown Object (File)
Dec 20 2023, 8:41 AM
Unknown Object (File)
Dec 13 2023, 6:33 AM
Unknown Object (File)
Dec 1 2023, 6:35 PM
Unknown Object (File)
Jun 20 2023, 4:16 PM
Unknown Object (File)
Mar 8 2023, 2:18 AM
Unknown Object (File)
Feb 8 2023, 7:31 PM
Subscribers
None

Details

Summary

Default loader.rc and its includes are written for the forth interpreter so they can not be processed by the simple interpreter. Because of that, when loader_simp is used an “unknown command” error is seen. The process of parsing and executing commands is interrupted just at the beginning of these files, on the line: “only forth definition” and becomes pointless. This patch gets rid of reading incompatible loader.rc file, which prevents logging error during boot.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

lha_semihalf.com created this revision.