summaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-08-28 18:31:33 +0000
committerkaashoek <kaashoek>2006-08-28 18:31:33 +0000
commitb52151e032025f97e42ddc0147c9e49fb958a948 (patch)
tree524d540f4ce891dcd9f468436f1fa036d11b3cbf /init.c
parent45b6fe7e1a339db9d96c9747195ecbd54c945133 (diff)
downloadxv6-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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.c b/init.c
index 983246b..5e387a8 100644
--- a/init.c
+++ b/init.c
@@ -4,6 +4,8 @@
#include "fs.h"
#include "fcntl.h"
+/* The initial user-level program */
+
char *sh_args[] = { "sh", 0 };
int