src/starkernel/boot/
UEFI boot, kernel-image loading, and boot-time command-line handling.
uefi_loader.c— the UEFI application entry point (BOOTX64.EFI); callsExitBootServices()to take ownership of hardware, buildsBootInfo(memory map, ACPI, framebuffer), and hands off tokernel_main().elf_loader.c— ELF64 kernel image parsing/loading.cmdline.c— parses the boot-time kernel command line /starforth.cfgcontents (seeinclude/starkernel/cmdline.h,kernel_args.h).reloc_stub.c,reloc.S— position-independent relocation support for the loaded image.