patch-2.1.42 linux/arch/i386/boot/tools/build.c
Next file: linux/arch/i386/kernel/i386_ksyms.c
Previous file: linux/arch/alpha/kernel/entry.S
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed May 28 10:49:08 1997
- Orig file:
v2.1.41/linux/arch/i386/boot/tools/build.c
- Orig date:
Wed Apr 16 14:14:59 1997
diff -u --recursive --new-file v2.1.41/linux/arch/i386/boot/tools/build.c linux/arch/i386/boot/tools/build.c
@@ -1,5 +1,5 @@
/*
- * arch/i386/boot/tools/build.c
+ * $Id: build.c,v 1.5 1997/05/19 12:29:58 mj Exp $
*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright (C) 1997 Martin Mares
@@ -170,7 +170,8 @@
fprintf (stderr, "System is %d kB\n", sz/1024);
sys_size = (sz + 15) / 16;
if (sys_size > (is_big_kernel ? 0xffff : DEF_SYSSIZE))
- die("System is too big");
+ die("System is too big. Try using %smodules.",
+ is_big_kernel ? "" : "bzImage or ");
while (sz > 0) {
int l, n;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov