Setup independent page tables, map heap to a single location
This commit is contained in:
parent
7aafc165ec
commit
0501b2580d
11 changed files with 161 additions and 96 deletions
|
@ -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() }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue