mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add a test for the breakpoint exception
This commit is contained in:
@@ -50,6 +50,7 @@ pub fn exit_qemu(exit_code: QemuExitCode) {
|
||||
#[cfg(test)]
|
||||
#[no_mangle]
|
||||
pub extern "C" fn _start() -> ! {
|
||||
init();
|
||||
test_main();
|
||||
loop {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user