feat: base PM scheduller
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
pub mod address;
|
||||
pub mod allocator;
|
||||
pub mod buddy; // ← new: per-actor buddy allocator
|
||||
pub mod buddy;
|
||||
pub mod paging;
|
||||
pub mod pm_manages;
|
||||
pub mod pmm;
|
||||
pub mod vmm;
|
||||
pub mod pm_router;
|
||||
|
||||
/// Initialise the physical memory manager.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user