- implemented a custom allocator (fixed size block) with a fallback (linked list allocator) for larger block sizes

- apic code still not working (commented out, check lib.rs)
This commit is contained in:
2025-02-28 04:18:35 +00:00
parent e38c20dbd3
commit 8a3e9e3afc
7 changed files with 280 additions and 34 deletions
+2 -2
View File
@@ -99,9 +99,9 @@ pub fn boot() -> Result<(), &'static str> {
// print_log!(" Disabling PICs... ");
// interrupts::disable_pic();
// println_log!("[Success]");
//
// print_log!(" Initialising APIC");
// enable_apic(&mut l4_table, &mut frame_allocator);
// enable_apic();
// println_log!("[Success]");
print_log!(" Enabling Interrupts... ");