Give a NULL pointer for boot information in userland

This commit is contained in:
Pierre Pronchery 2018-05-27 15:53:47 +02:00
parent 7c68d824e3
commit f6b2e9a7ab

View File

@ -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