From 1110d149dc41114e22297244ca274b9a52487356 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 18 Feb 2009 10:20:12 +1100 Subject: [PATCH] Increase the LOAD_BUFFER_SIZE to 20MiB. As installers add more features initrd's get bigger. Lets try to accommodate them. 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 95c131d..d40f938 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 0x1000000 +#define LOAD_BUFFER_SIZE 0x1400000 static int of_open(struct boot_file_t* file, const char* dev_name, struct partition_t* part, const char* file_name); -- 2.39.2