mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-25 12:14:24 -04:00
Use the boot critical section
This commit is contained in:
parent
92d2abaf1c
commit
93864f2289
6 changed files with 69 additions and 18 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue