Remove debugging
This commit is contained in:
parent
33e098c124
commit
53a5a9188a
4 changed files with 4 additions and 26 deletions
|
@ -157,9 +157,10 @@ pub extern fn kmain() {
|
|||
}
|
||||
|
||||
loop {
|
||||
unsafe { interrupt::enable_and_halt(); }
|
||||
|
||||
unsafe { context::switch(); }
|
||||
unsafe {
|
||||
context::switch();
|
||||
interrupt::enable_and_halt();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue