Skip to content

Commit

Permalink
fix cinit's path
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Oct 20, 2015
1 parent e430c07 commit ba12854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proc/init.asm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ child:

msg_init:
db "/bin/cinit", 0
; char **argv = {'init', 0}
; char **argv = {"/bin/cinit", 0}
msg_argv:
dd (msg_init - $$) + 0xc0000000
dd 0
Expand Down

0 comments on commit ba12854

Please sign in to comment.