Adjust stack_overflow test print message

This commit is contained in:
Philipp Oppermann
2020-06-08 12:01:04 +02:00
parent 8c10bbb096
commit 12d94fd2e9

View File

@@ -9,7 +9,7 @@ use x86_64::structures::idt::{InterruptDescriptorTable, InterruptStackFrame};
#[no_mangle]
pub extern "C" fn _start() -> ! {
serial_print!("stack_overflow... ");
serial_print!("stack_overflow::stack_overflow...\t");
blog_os::gdt::init();
init_test_idt();