From owner-freebsd-hackers Mon Feb 6 08:57:24 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id IAA15191 for hackers-outgoing; Mon, 6 Feb 1995 08:57:24 -0800 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id IAA15185 for ; Mon, 6 Feb 1995 08:57:23 -0800 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA05580; Mon, 6 Feb 95 09:48:40 MST From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9502061648.AA05580@cs.weber.edu> Subject: Re: Bios basemem (637K) != RTC basemem (640K) To: kuku@gilberto.physik.rwth-aachen.de Date: Mon, 6 Feb 95 9:48:39 MST Cc: freebsd-hackers@freefall.cdrom.com In-Reply-To: <199502060926.KAA16197@gilberto.physik.rwth-aachen.de> from "Christoph Kukulies" at Feb 6, 95 10:26:24 am X-Mailer: ELM [version 2.4dev PL52] Sender: hackers-owner@FreeBSD.org Precedence: bulk > > >[Bios basemem (637K) != RTC basemem (640K)] [ ... ] > I see this message only when booting the SNAP 950202 floppy. > Booting the hard disk FreeBSD partition does not show the message > (though I still have the old bootloader which looks for 386BSD in the > disklabel - wondered why it did not go away, though, when I labelled the disk > using the 2.x fdisk/disklabel menu). This is almost absolutely patch #1 from the patchkit; I think it has been changed from the original code I wrote. The reason it doesn't go away is that it's in the memory init in the kernel, not in the boot loader. The boot loader faithfully tried to load BSD even if there was not enough room for it. As a note here, I was never able to load a stripped kernel and a shell process in anthing less than 640k -- 512k never worked for me. I think there might be an option in the config that lets you get rid of the warning; I know that I had one following a panic so I'd have to hit a key before the machine reset so I could actually look at the message. All this code has changed drastically, but that may be what the flag now changes. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.