lkml.org 
[lkml]   [1999]   [Apr]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: System is too big
Andrzej Krzysztofowicz wrote:
>
> > > Root device is (3,3)
> > > Boot sector 512 bytes.
> > > Setup is 4416 bytes.
> > > System is 526 kb
> > > System is too big
> > > make [1]: *** [zImage] Error 1
> > > make [1]: Leaving dirctory /usr/src/linux/.../boot
> > > make [1]: *** [zImage] Error 2
> > >
> > make bzImage in place of make zImage
> > then
> > cp arch/i386/boot/bzImage /boot/vmlinuz-2.0.36 (or whatever your file would be)
>
> # make bzImage
> [...]
> Root device is (3, 2)
> Boot sector 512 bytes.
> Setup is 3432 bytes.
> System is 1412 kB
> System is too big. Try using modules.
> make[1]: *** [bzImage] Error 1
> make[1]: Leaving directory `/usr/src/linux/arch/i386/boot'
> make: *** [bzImage] Error 2
>
> What is the reason of size limit for bzImage ?

Probably you declared too many resident modules. Try with
modules feature.

make modules; make modules_install
/etc/conf.modules

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.154 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site