From eb52c7de1dea182cc3519dc07c62b7f5fe2dfb15 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Aug 2007 19:04:36 +0000 Subject: comments; rename irq_ to pic_ --- init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.c') diff --git a/init.c b/init.c index d3e1182..e15cccf 100644 --- a/init.c +++ b/init.c @@ -1,10 +1,10 @@ +// init: The initial user-level program + #include "types.h" #include "stat.h" #include "user.h" #include "fcntl.h" -// init: The initial user-level program - char *sh_args[] = { "sh", 0 }; int -- cgit v1.2.3