#define __ASM__
#include <lunaix/syscall.h>
+.section .data
+ .global environ
+ environ:
+ .long 0
+
.section .text
.global _u_start
- _u_start:
- call usr_pre_init
- jnz 1f
-
- popl %eax
-
- pushl (%eax) // argc
- pushl 4(%eax) // argv
-
+ _u_start:
xorl %eax, %eax
call main