lkml.org 
[lkml]   [1999]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectA compress patch
Date
From
Hi, Alan,

This patch is needed for some compressed kernel. 8k is not enough for
all cases.


--
H.J. Lu (hjl@gnu.org)
---
Index: linux-UP/arch/i386/boot/compressed/misc.c
===================================================================
RCS file: /work/cvs/linux/linux/arch/i386/boot/compressed/misc.c,v
retrieving revision 1.1.1.9
diff -u -p -r1.1.1.9 misc.c
--- linux-UP/arch/i386/boot/compressed/misc.c 1998/07/19 14:11:54 1.1.1.9
+++ linux-UP/arch/i386/boot/compressed/misc.c 1999/08/17 14:44:43
@@ -104,7 +104,7 @@ static long free_mem_end_ptr = 0x90000;
#define LOW_BUFFER_START 0x2000
#define LOW_BUFFER_END 0x90000
#define LOW_BUFFER_SIZE ( LOW_BUFFER_END - LOW_BUFFER_START )
-#define HEAP_SIZE 0x2000
+#define HEAP_SIZE 0x2400
static int high_loaded =0;
static uch *high_buffer_start /* = (uch *)(((ulg)&end) + HEAP_SIZE)*/;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.030 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site