do not fault in the userspace demo >.<
This commit is contained in:
parent
f25014a8ed
commit
9716891eff
@ -22,7 +22,6 @@ _userspace:
|
||||
int 42h ; syscall
|
||||
cmp rcx, 0
|
||||
jne .loop
|
||||
cli ; WE ARE IN RING 3!! So this should GPF and the kernel should exit us as "misbehaved"
|
||||
mov rax, 0
|
||||
int 42h ; Exit current task
|
||||
.message:
|
||||
|
Loading…
Reference in New Issue
Block a user