Skip to content
Snippets Groups Projects
Commit 895c182d authored by rsc's avatar rsc
Browse files

finish comments

parent 124f32ae
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment