feat/kernel: Started on valloc implementation for amd64
This commit is contained in:
parent
91fc826022
commit
3aa5a1bb86
6 changed files with 132 additions and 6 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -6,6 +6,9 @@
|
|||
"limine.h": "c",
|
||||
"stddef.h": "c",
|
||||
"stdint.h": "c",
|
||||
"typeinfo": "c"
|
||||
"typeinfo": "c",
|
||||
"log.h": "c",
|
||||
"pmm.h": "c",
|
||||
"paging.h": "c"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue