Kernel: argc is passed as zero to userspace

This commit is contained in:
Bananymous
2023-05-11 18:27:31 +03:00
parent 7543fadfa8
commit ec316391c5

View File

@@ -33,4 +33,5 @@ thread_jump_userspace:
pushfq
pushq $0x1B
pushq %rsi
movq $0, %rdi
iretq