Re: System is too big

Khimenko Victor (khim@sch57.msk.ru)
Wed, 7 Apr 1999 19:30:06 +0400 (MSD)


In <370A5EF1.1D13A521@t-online.de> Ihr Name (INTEM@t-online.de) wrote:
> I wanted to compile the kernel (2.0.36) on my P2 300 with 163840 kb
> memory. make dep; make clean; make zImage are done without any warnings
> or errors. But only until the end of make zImage. These are the last
> eight lines I always receive:

> 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

> I don‡t know what to do. I‡d pleased if anybody can help me. Thanx!!!

Use make bzImage (or modules) instead. It's famous 640K limit again :-))

-
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/