- made improvements to memory code (refactored)
- started on improvements to the page frame allocator. it should be able to provide a usable page for any given virtual memory address requested.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
pub mod heap_alloc;
|
||||
pub mod stack_alloc;
|
||||
pub(crate) mod page_alloc;
|
||||
|
||||
Reference in New Issue
Block a user