mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-25 12:14:24 -04:00
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
This commit is contained in:
parent
4c7aa566f0
commit
b0ea9c1a0b
58 changed files with 385 additions and 203 deletions
11
exosphere/src/warmboot_main.c
Normal file
11
exosphere/src/warmboot_main.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include "utils.h"
|
||||
#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);
|
||||
|
||||
void warmboot_main(void) {
|
||||
/* TODO */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue