diff --git a/lib.rs b/lib.rs index 9ce35dedaf5b7a5f4e98e8d31245824ffbab1f05..aeb6d083e463fcedcd1110e5591280e7e3b9bcf7 100644 --- a/lib.rs +++ b/lib.rs @@ -120,7 +120,7 @@ pub extern fn kmain() { #[no_mangle] pub extern fn kmain_ap(id: usize) { - print!("{}", format!("ASP {}\n", id)); + print!("{}", format!("AP {}\n", id)); loop { unsafe { interrupt::enable_and_halt() }