mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-03-11 18:14:39 +00:00
10 lines
174 B
C
10 lines
174 B
C
#include "utils.h"
|
|
#include "mmu.h"
|
|
#include "memory_map.h"
|
|
#include "cpu_context.h"
|
|
|
|
void warmboot_main(void) {
|
|
/* TODO: lots of stuff */
|
|
core_jump_to_lower_el();
|
|
}
|