From owner-freebsd-hackers Mon Mar 1 5:50:18 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 41D0115374 for ; Mon, 1 Mar 1999 05:50:05 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id IAA51784; Mon, 1 Mar 1999 08:48:12 -0500 (EST) Date: Mon, 1 Mar 1999 08:48:12 -0500 (EST) From: Chuck Robey To: eT Cc: Hackers FreeBSD Subject: Re: config -g KERNEL In-Reply-To: <36DA81D8.A2D7CC57@iname.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 1 Mar 1999, eT wrote: > greets... > > i am doing some kernel debugging and tracing and have suddently received a > message when the kernel boots about there being too many symbols and that > there is some kindof BIOS limit? > > C:2048>1023 (bios limit) This hasn't anything to do with symbols, I think. The most notorious bios limit at 1023 is the number of cylinders allowed for in specifying a bootable partition. If your bootable partition *begins* at a cylinder that's greater than 1023, the BIOS only has 10 bits to describe that, and it's going to fail to locate the boot cylinder you want. This hasn't anything to do with any os at all (FreeBSD being an OS, but this would affect Windows just the same way). Look at your partition layout, have you changed something? ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message