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, Jul 4, 5:40 PM
Unknown Object (File)
Thu, Jul 3, 2:42 PM
Unknown Object (File)
Thu, Jul 3, 1:23 PM
Unknown Object (File)
Wed, Jun 25, 2:01 PM
Unknown Object (File)
Apr 30 2025, 10:35 PM
Unknown Object (File)
Mar 29 2025, 9:18 PM
Unknown Object (File)
Feb 25 2025, 12:08 AM
Unknown Object (File)
Feb 24 2025, 8:08 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.