From bedb00249e94507ead94927dd8110161dc5d3dc0 Mon Sep 17 00:00:00 2001 From: Aurora Date: Sun, 19 Jun 2016 18:49:10 +0200 Subject: [PATCH] Expand the maximum stage2 space (563712 bytes is the maximum using ARM9 memory). A matching stage1 is obviously needed for larger stage2s --- source/installer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installer.h b/source/installer.h index 5480574..d603633 100644 --- a/source/installer.h +++ b/source/installer.h @@ -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); \ No newline at end of file