Kernel: argc is passed as zero to userspace

This commit is contained in:
Bananymous
2023-05-11 18:27:31 +03:00
parent 1a0fdc5a44
commit 85039020d3

View File

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