async works!

This commit is contained in:
2025-02-23 19:27:13 +00:00
parent efe3034ad0
commit 7ff33659fe
9 changed files with 73 additions and 91 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ extern crate alloc;
use core::arch::asm;
use limine::BaseRevision;
use libk::alloc::init_heap;
use libk::kalloc::init_heap;
use libk::prelude::*;
use x86_64::VirtAddr;