forked from Bananymous/banan-os
Kernel: argc is passed as zero to userspace
This commit is contained in:
parent
1a0fdc5a44
commit
85039020d3
|
@ -33,4 +33,5 @@ thread_jump_userspace:
|
||||||
pushfq
|
pushfq
|
||||||
pushq $0x1B
|
pushq $0x1B
|
||||||
pushq %rsi
|
pushq %rsi
|
||||||
|
movq $0, %rdi
|
||||||
iretq
|
iretq
|
||||||
|
|
Loading…
Reference in New Issue