Move source files to src/, add Makefile, fix all build and linkage errors, etc.
This commit is contained in:
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 */
|
||||
}
|
||||
Reference in New Issue
Block a user