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:
Aurora 2016-06-19 18:49:10 +02:00
parent 5e20c1457b
commit bedb00249e

View File

@ -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);