Implement and use set_memory_registers_enable_mmu
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
#include "mmu.h"
|
||||
#include "memory_map.h"
|
||||
|
||||
extern void __jump_to_lower_el(uint64_t arg, uintptr_t ep, unsigned int el);
|
||||
|
||||
void warmboot_main(void);
|
||||
/* start.s */
|
||||
void __jump_to_lower_el(uint64_t arg, uintptr_t ep, unsigned int el);
|
||||
|
||||
void warmboot_main(void) {
|
||||
/* TODO */
|
||||
|
||||
Reference in New Issue
Block a user