Skip to content

Commit

Permalink
finish comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Aug 24, 2007
1 parent 124f32a commit 895c182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion initcode.S
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ exit:
int $T_SYSCALL
jmp exit

# "/init\0"
# char init[] = "/init\0";
init:
.string "/init\0"

# char *argv[] = { init, 0 };
.p2align 2
argv:
.long init
Expand Down

0 comments on commit 895c182

Please sign in to comment.