add IDT and GDT initialization

This commit is contained in:
Zoe
2026-08-18 12:39:28 -05:00
parent 8dc3839ba4
commit 2a1bf17d8b
11 changed files with 599 additions and 49 deletions
+3 -1
View File
@@ -1 +1,3 @@
pub mod limine;
mod limine;
pub use limine::{BootError, BootInfo, load_boot_info};