mirror of
https://github.com/AuroraWright/SafeA9LHInstaller.git
synced 2025-06-25 21:22:45 +00:00
Expand the maximum stage2 space (563712 bytes is the maximum using ARM9 memory). A matching stage1 is obviously needed for larger stage2s
This commit is contained in:
parent
5e20c1457b
commit
bedb00249e
@ -21,7 +21,7 @@
|
||||
#define STAGE1_OFFSET FIRM0_OFFSET + STAGE1_POSITION
|
||||
#define STAGE2_OFFSET 0x24400000
|
||||
#define MAX_STAGE1_SIZE 0x1E70
|
||||
#define MAX_STAGE2_SIZE 0x2800
|
||||
#define MAX_STAGE2_SIZE 0x89A00
|
||||
|
||||
static inline void installer(u32 a9lhBoot);
|
||||
static inline void uninstaller(void);
|
Loading…
x
Reference in New Issue
Block a user