mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 23:38:23 -04:00
Finish writing warmboot _crt0_
This commit is contained in:
parent
48e8d9c7de
commit
be6b67669f
4 changed files with 85 additions and 41 deletions
|
@ -24,11 +24,12 @@ typedef struct {
|
|||
size_t nb_funcs;
|
||||
union {
|
||||
struct {
|
||||
void (*init_dma_controllers)(void);
|
||||
void (*set_memory_registers_enable_mmu)(void);
|
||||
void (*flush_dcache_all)(void);
|
||||
void (*invalidate_icache_all)(void);
|
||||
} funcs;
|
||||
uintptr_t addrs[3];
|
||||
uintptr_t addrs[4];
|
||||
};
|
||||
} boot_func_list_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue