feat/kernel: Added a physical page manager, has caching for single page alloc
This commit is contained in:
parent
e2d6cfceea
commit
2bbc7dd70f
8 changed files with 309 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -2,6 +2,8 @@
|
|||
"files.associations": {
|
||||
"cstdio": "c",
|
||||
"stdarg.h": "c",
|
||||
"idt.h": "c"
|
||||
"idt.h": "c",
|
||||
"limine.h": "c",
|
||||
"stddef.h": "c"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue