Re: Can't build butable kernel 2.1

Hans Lermen (lermen@elserv.ffm.fgan.de)
Tue, 5 Nov 1996 23:31:29 +0100 (MET)


On Mon, 4 Nov 1996, Alex Gitelman wrote:

> For some reason I cannot create bootable image of 2.1 kernels.
> It seems to compile fine but at the and it says: System is 13 kB

Your objdump is broken, either upgrade to a newer one or (as a work
around) change the below in linux/arch/i386/Makefile:

-ENCAPS=$(CROSS_COMPILE)encaps
+ENCAPS=$(CROSS_COMPILE)do_no_use_encaps

Hans
<lermen@fgan.de>