xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 895c182d74d331be10826e80f8247aaae4b195db
parent 124f32ae38260ff32ddd176d37ebb98d19675178
Author: rsc <rsc>
Date:   Fri, 24 Aug 2007 19:37:24 +0000

finish comments

Diffstat:
Minitcode.S | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/initcode.S b/initcode.S @@ -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