1
0
Fork 0

feat/kernel: Started on valloc implementation for amd64

This commit is contained in:
Kevin Alavik 2025-05-15 15:57:14 +02:00
parent 91fc826022
commit 3aa5a1bb86
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
6 changed files with 132 additions and 6 deletions

View file

@ -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"
}
}