Merge branch 'post-07' into post-08

This commit is contained in:
Philipp Oppermann
2019-01-28 11:51:03 +01:00

View File

@@ -23,7 +23,6 @@ lazy_static! {
static ref IDT: InterruptDescriptorTable = {
let mut idt = InterruptDescriptorTable::new();
idt.breakpoint.set_handler_fn(breakpoint_handler);
idt.double_fault.set_handler_fn(double_fault_handler);
unsafe {
idt.double_fault
.set_handler_fn(double_fault_handler)