patch-2.4.6 linux/arch/i386/boot/tools/build.c
Next file: linux/arch/i386/config.in
Previous file: linux/arch/cris/drivers/ide.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jul 2 13:56:40 2001
- Orig file:
v2.4.5/linux/arch/i386/boot/tools/build.c
- Orig date:
Mon Mar 13 09:35:06 2000
diff -u --recursive --new-file v2.4.5/linux/arch/i386/boot/tools/build.c linux/arch/i386/boot/tools/build.c
@@ -154,7 +154,7 @@
if (sys_size > (is_big_kernel ? 0x28000 : DEF_SYSSIZE))
die("System is too big. Try using %smodules.",
is_big_kernel ? "" : "bzImage or ");
- if (sys_size > 0xffff)
+ if (sys_size > 0xefff)
fprintf(stderr,"warning: kernel is too big for standalone boot "
"from floppy\n");
while (sz > 0) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)