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
|
@ -7,7 +7,6 @@ pub struct DebugScheme;
|
|||
|
||||
impl Scheme for DebugScheme {
|
||||
fn open(&mut self, path: &[u8], _flags: usize) -> Result<usize> {
|
||||
println!("DebugScheme::open: {}", unsafe { str::from_utf8_unchecked(path) });
|
||||
Ok(0)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue