diff options
Diffstat (limited to 'initcode.S')
-rw-r--r-- | initcode.S | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,8 +7,6 @@ # exec(init, argv) .globl start start: - movl $SYS_init, %eax - int $T_SYSCALL pushl $argv pushl $init pushl $0 // where caller pc would be |