Update of /cvsroot/linux-vax/kernel-2.4/arch/i386/boot/tools
In directory usw-pr-cvs1:/tmp/cvs-serv10929/i386/boot/tools
Modified Files:
build.c
Log Message:
synch 2.4.15 commit 35
Index: build.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/i386/boot/tools/build.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- build.c 14 Jan 2001 19:20:00 -0000 1.1.1.1
+++ build.c 10 Apr 2002 14:23:20 -0000 1.2
@@ -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) {
|