From 0df88bef1fd2fb7bba04a7381bd8fe05ee2b230c Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Tue, 5 May 2009 10:52:02 +1000 Subject: [PATCH] Up LOAD_BUFFER_SIZE to 25Mb. 20MB is already too small for some distro installers. Signed-off-by: Tony Breeds --- second/fs_of.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/second/fs_of.c b/second/fs_of.c index 5c7dd9b..f6bf50f 100644 --- a/second/fs_of.c +++ b/second/fs_of.c @@ -45,7 +45,7 @@ #include "debug.h" #define LOAD_BUFFER_POS 0x1000000 -#define LOAD_BUFFER_SIZE 0x1400000 +#define LOAD_BUFFER_SIZE 0x1800000 static int of_open(struct boot_file_t* file, struct partition_t* part, struct boot_fspec_t* fspec); -- 2.39.2