have to actually learn paging so pushing progress for now

This commit is contained in:
Bryan McShea
2024-01-25 15:11:11 -05:00
parent 86fda4d6fc
commit bdb29a6361
14 changed files with 803 additions and 74 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ fn _start(boot_info: &'static mut bootloader_api::BootInfo) -> ! {
if let Some(framebuffer) = boot_info.framebuffer.as_mut() {
framebuffer::draw_test(framebuffer);
}
main();
main(0);
}
pub fn hlt_loop() -> ! {