aboutsummaryrefslogtreecommitdiff
path: root/src/machine/multiboot.rs
Commit message (Collapse)AuthorAge
* multiboot: basic support for multiboot infoTianhao Wang2024-06-11
well, it's not trivial to use bios function because thanks to grub + multiboot, we are already in protected mode when the startup code takes control. Also the MB info is easier to play with than BIOS (or ACPI) Signed-off-by: Tianhao Wang <shrik3@mailbox.org>