Open
Description
Bootloader Rewrite
This is the tracking issue for the bootloader rewrite. We're tracking our progress under the "Rewrite" milsestone. Our progress is as follows
- Successfully execute Rust in real mode
- Enter protected mode
- Use virtual 8086 mode to read the kernel in chunks, copying to protected mode
- Set up paging
- Enter long mode
- Jump to the kernel
Our eventual roadmap is to include UEFI support (@phil-opp is working on that) and multiboot client support, so we can load our kernel from GRUB (and other complaint loaders)
Metadata
Metadata
Assignees
Labels
No labels