reorganised memory. starting on threads

This commit is contained in:
2025-03-03 15:50:58 +00:00
parent 2d3bc56962
commit a0f5ce8797
8 changed files with 113 additions and 59 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ use crate::{
arch::x86_64::memory::{init_frame_allocator, init_page_table},
prelude::*,
};
use arch::x86_64::memory::allocation::allocator::init_heap;
use arch::x86_64::memory::allocation::heap_alloc::init_heap;
use arch::x86_64::memory::memory_map;
use core::arch::asm;
use limine::BaseRevision;