Skip to content
Snippets Groups Projects
Commit 645524fd authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Setup independent page tables, map heap to a single location

parent 74b40f0a
No related branches found
No related tags found
No related merge requests found
......@@ -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() }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment