feat: add pmm, add vmm, add allocator, create memory management foundation

This commit is contained in:
Faynot
2026-03-29 19:07:41 +03:00
parent 83117c0a65
commit 7860db3814
9 changed files with 578 additions and 66 deletions

View File

@@ -10,6 +10,7 @@ path = "src/main.rs"
[dependencies]
limine = "0.5"
embedded-graphics = "0.8"
bitflags = "2.11.0"
[profile.dev]
panic = "abort"