continuing work on interrupts - PIC doesn't work, probably switching to APIC

This commit is contained in:
FantasyPvP
2024-11-19 01:03:59 +00:00
parent 4c157ab05e
commit a4b0662983
7 changed files with 118 additions and 43 deletions
+1
View File
@@ -9,6 +9,7 @@ spin = { version = "0.9.8", features = ["lazy"] }
bitflags = { version = "2.4.0", default-features = false }
lazy_static = { version = "1.5.0", features = ["spin_no_std"] }
x86_64 = { version = "0.15.1" }
pic8259 = "0.11.0"
[features]
default = []