Remove debugging messages, launch elf on APs
This commit is contained in:
parent
0faa82609d
commit
bd7bca30fa
7 changed files with 22 additions and 30 deletions
|
@ -80,7 +80,6 @@ impl ContextList {
|
|||
}
|
||||
context.arch.set_stack(stack.as_ptr() as usize + offset);
|
||||
context.kstack = Some(stack);
|
||||
println!("{}: {:X}", context.id, func as usize);
|
||||
}
|
||||
Ok(context_lock)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue