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