aboutsummaryrefslogtreecommitdiff
path: root/kernel.c
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-12-28 15:55:29 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2019-12-28 15:55:29 +0100
commitc374eaacbc0d16983bbd1112fefa74dbe88e1e53 (patch)
treec6930675e0200a4aed724fd65947853f2b4f274f /kernel.c
parent7062b101197c03c7f4806d83b8d79cf34d3b6a42 (diff)
downloadrpi-MMU-example-c374eaacbc0d16983bbd1112fefa74dbe88e1e53.tar.gz
rpi-MMU-example-c374eaacbc0d16983bbd1112fefa74dbe88e1e53.zip
use ldm instruction instead of libkernel for entering user mode; get rid of libkernel (no longer needed)
Diffstat (limited to 'kernel.c')
-rw-r--r--kernel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel.c b/kernel.c
index fc629e1..9cdb82a 100644
--- a/kernel.c
+++ b/kernel.c
@@ -27,8 +27,6 @@ void kernel_main(uint32_t r0, uint32_t r1, uint32_t atags)
// prints some info and sets upp translation table, turns on MMU
setup_flat_map();
- demo_setup_libkernel();
-
demo_setup_PL0();
demo_setup_interrupts();