clean up and use own heap

This commit is contained in:
Bryan McShea
2024-02-16 02:26:23 -05:00
parent 167b095bd1
commit 05e9433ceb
13 changed files with 148 additions and 112 deletions

View File

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