paging done, starting on allocation.

This commit is contained in:
2025-02-22 16:56:01 +00:00
parent 7b3ba170f0
commit 36cb118933
9 changed files with 170 additions and 4 deletions
Generated
+5
View File
@@ -34,6 +34,7 @@ name = "foundry_os"
version = "0.1.0"
dependencies = [
"cc",
"lib_alloc",
"lib_ascii",
"lib_framebuffer",
"lib_serial",
@@ -53,6 +54,10 @@ dependencies = [
"spin",
]
[[package]]
name = "lib_alloc"
version = "0.1.0"
[[package]]
name = "lib_application"
version = "0.1.0"