aboutsummaryrefslogtreecommitdiffstats
path: root/src/user/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/user.c')
-rw-r--r--src/user/user.c3
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);
}