docs/lithosananke/kernel-args/
Design doc for kernel command-line arguments (KernelArgs).
- DESIGN.md — Design for runtime-configurable memory sizing
and behavior (heap size, stack depth, DoE self-start, log verbosity)
currently baked in as compile-time constants. Covers the UEFI
EFI_LOADED_IMAGE_PROTOCOL->LoadOptionsmechanism, theKernelArgsstruct,BootInfochanges, the assembly trampoline (kernel_entry.S), thecmdline.cparser, loader/kernel_main.c/ Makefile integration, passing args under QEMU, and theREBOOTFORTH word (including its NVRAM one-shot mechanism and hosted-VM stub). Status: design complete, awaiting implementation.
See also
docs/lithosananke/README.md— kernel branch overview.- Project root