Give a NULL pointer for boot information in userland
This commit is contained in:
parent
7c68d824e3
commit
f6b2e9a7ab
|
@ -68,7 +68,9 @@ auxv_done:
|
|||
#endif
|
||||
|
||||
/* run the userland kernel */
|
||||
push $0x0
|
||||
call main
|
||||
add $0x4, %esp
|
||||
|
||||
/* exit the userland kernel */
|
||||
mov %ebp, %esp
|
||||
|
|
Loading…
Reference in New Issue
Block a user