sched, interrupts: Now recovers from a userspace exception.
This commit is contained in:
parent
0652010b1c
commit
30017592ad
5 changed files with 73 additions and 22 deletions
|
@ -8,6 +8,7 @@ _start:
|
|||
mov rdi, 1 ; stdout file descriptor
|
||||
mov rsi, msg ; pointer to message
|
||||
mov rdx, msg_len ; message length
|
||||
hlt
|
||||
syscall
|
||||
|
||||
.loop:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue