sched, interrupts: Now recovers from a userspace exception.

This commit is contained in:
RaphProductions 2025-05-17 11:36:36 +02:00
parent 0652010b1c
commit 30017592ad
5 changed files with 73 additions and 22 deletions

Binary file not shown.

View file

@ -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:

Binary file not shown.