I want a new wiki page under .wiki/ titled Boot-Sequence.md that documents the kernel boot sequence end-to-end:
- BIOS POST
- Bootloader hands off to JNode's GRUB stage
- GRUB loads
jnode-x86-lite.iso
- The ISO's
isolinux loads the kernel
- Kernel decompression
start32 in core/src/native/x86/start32.asm runs in protected mode
vm.asm sets up the VM and starts interpreting Java
The page should link to the source files at each step and explain what the kernel is doing. It should be readable by someone new to the project.
Use the update-wiki skill — don't try to write the page from scratch.
I want a new wiki page under
.wiki/titledBoot-Sequence.mdthat documents the kernel boot sequence end-to-end:jnode-x86-lite.isoisolinuxloads the kernelstart32incore/src/native/x86/start32.asmruns in protected modevm.asmsets up the VM and starts interpreting JavaThe page should link to the source files at each step and explain what the kernel is doing. It should be readable by someone new to the project.
Use the
update-wikiskill — don't try to write the page from scratch.