mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 03:43:23 +00:00
Format OSDK documentation
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
7fef686136
commit
a51b3c7076
@ -46,7 +46,8 @@ pub fn panic_handler(info: &core::panic::PanicInfo) -> ! {
|
||||
abort();
|
||||
}
|
||||
|
||||
fn abort() -> ! {
|
||||
// Aborts the QEMU
|
||||
pub fn abort() -> ! {
|
||||
exit_qemu(QemuExitCode::Failed);
|
||||
}
|
||||
|
||||
|
@ -11,5 +11,6 @@ pub use aster_main::aster_main;
|
||||
|
||||
pub use crate::{
|
||||
early_print as print, early_println as println,
|
||||
panicking::abort,
|
||||
vm::{Paddr, Vaddr},
|
||||
};
|
||||
|
Reference in New Issue
Block a user