mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
@@ -18,10 +18,7 @@ pub extern "C" fn _start() -> ! {
|
|||||||
x86_64::instructions::interrupts::enable();
|
x86_64::instructions::interrupts::enable();
|
||||||
|
|
||||||
println!("It did not crash!");
|
println!("It did not crash!");
|
||||||
loop {
|
loop {}
|
||||||
use blog_os::print;
|
|
||||||
print!("-");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// This function is called on panic.
|
/// This function is called on panic.
|
||||||
|
|||||||
Reference in New Issue
Block a user