do not fault in the userspace demo >.<

This commit is contained in:
apio 2022-09-29 19:20:31 +02:00
parent f25014a8ed
commit 9716891eff

View File

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