Initial work on paging, also complete ish interrupt registration

This commit is contained in:
ivajon
2026-05-08 11:40:51 +02:00
parent aa5ce32dce
commit c68d3fab14
11 changed files with 456 additions and 18 deletions

View File

@@ -4,5 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
buddyalloc = "0.1.5"
heapless = "0.9.3"
uefi = {path = "../uefi"}
x86_drivers = {path = "../x86_drivers"}