From cd3ad989210dc8a3f5805dd5d4c4a6bd74e281db Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 16 Jan 2020 17:15:53 +0100 Subject: Quite a different approach to userspace paging Hope this works soon! --- src/userspace/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/userspace/main.c') 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")) { -- cgit v1.2.3