have to actually learn paging so pushing progress for now

This commit is contained in:
Bryan McShea
2024-01-25 15:11:11 -05:00
parent 86fda4d6fc
commit bdb29a6361
14 changed files with 803 additions and 74 deletions

View File

@@ -12,6 +12,7 @@ bench = false
embedded-graphics = "0.8.1"
spin = "0.9.8"
pc-keyboard = "0.5.0"
linked_list_allocator = "0.10.5"
[target.'cfg(target_arch = "x86_64")'.dependencies]
pic8259 = "0.10.1"