WIP: Userspace console
This commit is contained in:
parent
5757f3436e
commit
61eb0d1ca8
8 changed files with 148 additions and 19 deletions
|
@ -162,7 +162,7 @@ pub extern fn kmain() {
|
|||
unsafe {
|
||||
interrupt::disable();
|
||||
context::switch();
|
||||
interrupt::enable_and_halt();
|
||||
interrupt::enable_and_nop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue