From 959a93e653684b1ed8db4bd21eaca9831e372fb0 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Wed, 29 May 2024 01:18:02 +0200 Subject: multiboot: basic support for multiboot info 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 --- src/machine/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/machine/mod.rs') diff --git a/src/machine/mod.rs b/src/machine/mod.rs index 46ca961..a2cf730 100644 --- a/src/machine/mod.rs +++ b/src/machine/mod.rs @@ -4,5 +4,6 @@ pub mod interrupt; pub mod key; pub mod keyctrl; pub mod mem; +pub mod multiboot; // TODO: this module *should* be arch independent. -- cgit v1.2.3-70-g09d2