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
F133535143: D27979.id81684.diff
Sun, Oct 26, 11:56 AM
Unknown Object (File)
Sat, Oct 25, 9:25 AM
Unknown Object (File)
Wed, Oct 22, 3:43 AM
Unknown Object (File)
Mon, Oct 20, 1:47 AM
Unknown Object (File)
Thu, Oct 16, 5:40 PM
Unknown Object (File)
Thu, Oct 16, 4:40 PM
Unknown Object (File)
Sep 26 2025, 10:17 AM
Unknown Object (File)
Sep 14 2025, 8:42 AM
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.