aboutsummaryrefslogtreecommitdiff
path: root/PL0_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'PL0_test.c')
-rw-r--r--PL0_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PL0_test.c b/PL0_test.c
index c6cbe18..0bfebc7 100644
--- a/PL0_test.c
+++ b/PL0_test.c
@@ -7,7 +7,7 @@ void PL0_main(void)
// implemented correctly, this shall get printed
puts("Hello userspace! Type 'f' if you want me to try accessing "
"kernel memory!");
-
+
while (1)
{
char c = getchar();