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)
Fri, Sep 26, 10:17 AM
Unknown Object (File)
Sep 14 2025, 8:42 AM
Unknown Object (File)
Aug 31 2025, 12:36 PM
Unknown Object (File)
Jul 4 2025, 5:40 PM
Unknown Object (File)
Jul 3 2025, 2:42 PM
Unknown Object (File)
Jul 3 2025, 1:23 PM
Unknown Object (File)
Jun 25 2025, 2:01 PM
Unknown Object (File)
Apr 30 2025, 10:35 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.