refactor: elf parsing utility and exec related
[lunaix-os.git] / lunaix-os / usr / uwrap.S
index 5708463653a63d0564a37ba16f3d3899dabc68b9..84fe24ec0183eda8dde63fbe8a4f60da8275c4c2 100644 (file)
@@ -8,15 +8,7 @@
 
 .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