From a5892b35233748b2fcff1f726314c9a8df749f9c Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 24 Jan 2020 09:15:46 -0500 Subject: Reviewed stmos, made small format/doc fixes --- src/user/user.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/user') diff --git a/src/user/user.c b/src/user/user.c index f695936..acdf85b 100644 --- a/src/user/user.c +++ b/src/user/user.c @@ -23,7 +23,8 @@ void user_main(void) { - //gpio(GPIO_MODE, 5, OUTPUT); + // Just load the init program from the initrd. + // (A:/ is stdio, B:/ is initrd) execve("B:/init", 0, 0); } -- cgit v1.2.3