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