diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-03 09:23:20 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-03 09:23:20 +0000 |
commit | ac5ff8f4a72f7b4e66f73c3c6cb9fe7758cf6f12 (patch) | |
tree | 9fc7f8ce32e0d9a4aa055b2a58a05a5d727b333c /arch/i386/boot/tools | |
parent | 52662ff3e66770fd7e4fc508c91056d29c08bff0 (diff) |
Sync with Linux 2.1.42.
Diffstat (limited to 'arch/i386/boot/tools')
-rw-r--r-- | arch/i386/boot/tools/build.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/i386/boot/tools/build.c b/arch/i386/boot/tools/build.c index 039f27003..3998daf84 100644 --- a/arch/i386/boot/tools/build.c +++ b/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 @@ int main(int argc, char ** argv) 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; |