setup but not working

This commit is contained in:
2025-02-22 23:12:46 +00:00
parent 72fe78cbc6
commit 27b0ed634c
8 changed files with 120 additions and 13 deletions
+4
View File
@@ -9,6 +9,10 @@ lib_framebuffer = { path = "../lib/lib_framebuffer" }
lib_serial = { path = "../lib/lib_serial" }
lib_ascii = { path = "../lib/lib_ascii" }
lib_alloc = { path = "../lib/lib_alloc" }
lib_application = { path = "../lib/lib_application" }
lib_async = { path = "../lib/lib_async" }
lib_keyboard = { path = "../lib/lib_keyboard" }
x86_64 = "0.15.2"
spin = "0.9.8"
pic8259 = "0.11.0"