mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-21 00:17:50 +00:00
Test for new idt::set_default_handler macro of x86_64 crate
This commit is contained in:
@@ -16,7 +16,7 @@ harness = false
|
||||
bootloader = { version = "0.9.3", features = ["map_physical_memory"]}
|
||||
volatile = "0.2.6"
|
||||
spin = "0.5.2"
|
||||
x86_64 = "0.11.0"
|
||||
x86_64 = { path = "../../x86_64" }
|
||||
uart_16550 = "0.2.0"
|
||||
pic8259_simple = "0.2.0"
|
||||
pc-keyboard = "0.5.0"
|
||||
|
||||
Reference in New Issue
Block a user