diff options
author | kaashoek <kaashoek> | 2006-08-28 18:31:33 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-08-28 18:31:33 +0000 |
commit | b52151e032025f97e42ddc0147c9e49fb958a948 (patch) | |
tree | 524d540f4ce891dcd9f468436f1fa036d11b3cbf /init.c | |
parent | 45b6fe7e1a339db9d96c9747195ecbd54c945133 (diff) | |
download | xv6-labs-b52151e032025f97e42ddc0147c9e49fb958a948.tar.gz xv6-labs-b52151e032025f97e42ddc0147c9e49fb958a948.tar.bz2 xv6-labs-b52151e032025f97e42ddc0147c9e49fb958a948.zip |
some text in readme
generate postscript printout
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ #include "fs.h" #include "fcntl.h" +/* The initial user-level program */ + char *sh_args[] = { "sh", 0 }; int |