aboutsummaryrefslogtreecommitdiff
path: root/PL0_test.c
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2020-01-04 11:26:57 +0100
committervetch <vetch97@gmail.com>2020-01-04 11:26:57 +0100
commit885a097da42317f48cead2d91c0e0240066943a8 (patch)
tree0ee86dbaf5678b32f496b99c48ea81bbd20971f2 /PL0_test.c
parent2d31012739a11724844701d07db12e6e1307925e (diff)
parent814d4a5357d849c4988422d48afa4aaa5432ce78 (diff)
downloadrpi-MMU-example-885a097da42317f48cead2d91c0e0240066943a8.tar.gz
rpi-MMU-example-885a097da42317f48cead2d91c0e0240066943a8.zip
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
# Conflicts: # demo_functionality.h # interrupt_vector.S # interrupts.c
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();