diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-01-24 09:15:46 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-01-24 09:15:46 -0500 |
commit | a5892b35233748b2fcff1f726314c9a8df749f9c (patch) | |
tree | a666f7f73b8926b2518b578b9416209395908a6e /src/user/user.c | |
parent | 998b3ac86e3b3f926d81e768f1200815e9e3d148 (diff) |
Reviewed stmos, made small format/doc fixes
Diffstat (limited to 'src/user/user.c')
-rw-r--r-- | src/user/user.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); } |