Setup independent page tables, map heap to a single location

This commit is contained in:
Jeremy Soller 2016-08-19 14:53:16 -06:00
parent 7aafc165ec
commit 0501b2580d
11 changed files with 161 additions and 96 deletions

View file

@ -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() }