feat: base PM scheduller

This commit is contained in:
Faynot
2026-06-28 20:31:23 +03:00
parent f5dd56a379
commit 1b38c7f445
9 changed files with 667 additions and 145 deletions

View File

@@ -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.
///