Merge branch 'post-09' into post-10

This commit is contained in:
Philipp Oppermann
2019-12-10 17:17:53 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ pub fn init_test_idt() {
extern "x86-interrupt" fn test_double_fault_handler(
_stack_frame: &mut InterruptStackFrame,
_error_code: u64,
) {
) -> ! {
serial_println!("[ok]");
exit_qemu(QemuExitCode::Success);
loop {}