1
0
Fork 0

feat/kernel: Added a physical page manager, has caching for single page alloc

This commit is contained in:
Kevin Alavik 2025-05-14 15:39:33 +02:00
parent e2d6cfceea
commit 2bbc7dd70f
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
8 changed files with 309 additions and 1 deletions

View file

@ -2,6 +2,8 @@
"files.associations": {
"cstdio": "c",
"stdarg.h": "c",
"idt.h": "c"
"idt.h": "c",
"limine.h": "c",
"stddef.h": "c"
}
}