]> git.pld-linux.org Git - packages/kernel.git/blob - 2.2.21-pre2_zImage.patch
- obsolete
[packages/kernel.git] / 2.2.21-pre2_zImage.patch
1 diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla/arch/i386/boot/compressed/misc.c linux.21p1/arch/i386/boot/compressed/misc.c
2 --- linux.vanilla/arch/i386/boot/compressed/misc.c      Sat Dec 29 16:57:19 2001
3 +++ linux.21p1/arch/i386/boot/compressed/misc.c Sat Dec 29 03:08:33 2001
4 @@ -297,6 +297,7 @@
5         if ((ALT_MEM_K > EXT_MEM_K ? ALT_MEM_K : EXT_MEM_K) < 1024) error("Less than 2MB of memory.\n");
6  #endif
7         output_data = (char *)0x100000; /* Points to 1M */
8 +       free_mem_end_ptr = (long)real_mode;
9  }
10  
11  struct moveparams {
This page took 0.024178 seconds and 3 git commands to generate.