Use the boot critical section

This commit is contained in:
TuxSH 2018-03-03 03:43:46 +01:00
parent 92d2abaf1c
commit 93864f2289
6 changed files with 69 additions and 18 deletions

View file

@ -1,10 +1,9 @@
#include "utils.h"
#include "mmu.h"
#include "memory_map.h"
/* start.s */
void __jump_to_lower_el(uint64_t arg, uintptr_t ep, unsigned int el);
#include "cpu_context.h"
void warmboot_main(void) {
/* TODO */
/* TODO: lots of stuff */
core_jump_to_lower_el();
}