Test for new idt::set_default_handler macro of x86_64 crate

This commit is contained in:
Philipp Oppermann
2020-07-06 17:05:42 +02:00
parent 991c3c863a
commit 705435da8a
3 changed files with 72 additions and 6 deletions

View File

@@ -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"