diff -aurN milo-2.2-18-patched/Makefile milo-2.2-18/Makefile --- milo-2.2-18-patched/Makefile 2001-07-19 01:15:31.000000000 +0900 +++ milo-2.2-18/Makefile 2024-03-07 14:44:40.000000000 +0900 @@ -68,7 +68,7 @@ PALCODE_AT = 0xfffffc0000200000 STUB_AT = 0xfffffc0000210000 -LOADER_AT = 0xfffffc0000d00000 +LOADER_AT = 0xfffffc0003800000 FMU_AT = 0xfffffc0000310000 DECOMP_PALBASE = 0x300000 diff -aurN milo-2.2-18-patched/milo.h milo-2.2-18/milo.h --- milo-2.2-18-patched/milo.h 2000-06-29 06:15:18.000000000 +0900 +++ milo-2.2-18/milo.h 2024-03-07 14:44:15.000000000 +0900 @@ -54,7 +54,7 @@ #define NULL ((void *)0) #endif -#define MILO_MIN_MEMORY_SIZE 0x1500000 /* 21Mb, seems reasonable... */ +#define MILO_MIN_MEMORY_SIZE 0x4000000 /* 64Mb, seems reasonable... */ /***************************************************************************** * external routine declarations. * @@ -194,7 +194,7 @@ //#define MAX_KERNEL_SIZE 0x800000 /* Milo must handle kernels with start addresses 0x310000 or 0x810000. So simply add 5 Mb to MAX_KERNEL_SIZE... */ -#define MAX_KERNEL_SIZE 0xD00000 +#define MAX_KERNEL_SIZE 0x3800000 #endif /*****************************************************************************