summaryrefslogtreecommitdiff
path: root/initcode.S
diff options
context:
space:
mode:
Diffstat (limited to 'initcode.S')
-rw-r--r--initcode.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/initcode.S b/initcode.S
index d86660a..109341a 100644
--- a/initcode.S
+++ b/initcode.S
@@ -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