mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-03-07 08:47:20 +00:00
main.c: enable MMU
Signed-off-by: Sven Peter <sven@svenpeter.dev>
This commit is contained in:
parent
f1c494e5ae
commit
95039f8c0f
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "adt.h"
|
||||
#include "fb.h"
|
||||
#include "memory.h"
|
||||
#include "string.h"
|
||||
#include "uart.h"
|
||||
#include "uartproxy.h"
|
||||
|
@ -68,6 +69,7 @@ void m1n1_main(void)
|
|||
printf("Licensed under the MIT license\n\n");
|
||||
|
||||
printf("Running in EL%d\n\n", mrs(CurrentEL) >> 2);
|
||||
mmu_init();
|
||||
|
||||
#ifdef SHOW_LOGO
|
||||
fb_init();
|
||||
|
|
Loading…
Add table
Reference in a new issue