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