Date: Fri, 7 Aug 1998 12:17:22 -0500 (CDT) From: Doug Ledford <dledford@dialnet.net> To: ajwilson@abingdon.postmaster.co.uk Cc: aic7xxx@FreeBSD.ORG Subject: Re: new kernel won't compile, help please Message-ID: <Pine.LNX.3.95.980807121555.15764A-100000@dledford.dialnet.net> In-Reply-To: <80256659.0053B16C.00@osiris.postmaster.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 7 Aug 1998 ajwilson@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@dialnet.net> Opinions expressed are my own, but they should be everybody's. -------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe aic7xxx" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.95.980807121555.15764A-100000>