diff options
Diffstat (limited to 'src/userspace/main.c')
-rw-r--r-- | src/userspace/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/userspace/main.c b/src/userspace/main.c index 6149573..c2307a8 100644 --- a/src/userspace/main.c +++ b/src/userspace/main.c @@ -14,6 +14,9 @@ void user_main() char text[] = "> Successfully switched to usermode!\n"; printf(text); + // TODO: PLEASE + printf("If this message shows up, I'll be happy.\n"); + while (1) { char *input = readline(); if (starts_with(input, "ls")) { |