new kernel won't compile, help please

Doug Ledford dledford at dialnet.net
Fri Aug 7 10:20:13 PDT 1998


On Fri, 7 Aug 1998 ajwilson at abingdon.postmaster.co.uk wrote:

> Boot sector is 512 bytes
> Setup is 4416 bytes
> System is 509 KB
> System is too big

You're kernel image has enough items compiled directly into it that it
can't all be loaded into the base 640K of RAM on a standard PC.  To get
around the problem, instead of making a zImage or zlilo, use make bzImage
or make bzlilo instead.  It enables a slightly different boot loader that
can handle the larger kernel size.

--------------------------------------
 Doug Ledford  <dledford at dialnet.net>
  Opinions expressed are my own, but
     they should be everybody's.
--------------------------------------



To Unsubscribe: send mail to majordomo at FreeBSD.org
with "unsubscribe aic7xxx" in the body of the message



More information about the aic7xxx mailing list