From owner-freebsd-commit Sun Apr 16 06:07:05 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA29683 for commit-outgoing; Sun, 16 Apr 1995 06:07:05 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA29670 for cvs-sys-outgoing; Sun, 16 Apr 1995 06:07:04 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA29662 ; Sun, 16 Apr 1995 06:06:59 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id GAA21746; Sun, 16 Apr 1995 06:06:53 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id GAA00187; Sun, 16 Apr 1995 06:06:52 -0700 Message-Id: <199504161306.GAA00187@corbin.Root.COM> To: "Rodney W. Grimes" cc: joerg@freefall.cdrom.com (Joerg Wunsch), CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/i386/boot/biosboot boot.c In-reply-to: Your message of "Sun, 16 Apr 95 06:02:26 PDT." <199504161302.GAA07224@gndrsh.aac.dev.com> From: David Greenman Reply-To: davidg@Root.COM Date: Sun, 16 Apr 1995 06:06:52 -0700 Sender: commit-owner@FreeBSD.org Precedence: bulk >> >> joerg 95/04/16 06:02:54 >> >> Modified: sys/i386/boot/biosboot boot.c >> Log: >> Remove the #ifdef REDUNDANT crud. This could be looked up in CVS by >> interested parties. >> >> Make the loader refuse to load anything below 1 MB -- we didn't >> support it since FreeBSD 2.0R. Avoid gratuitously wiping out the BIOS >> variables or the loader. > >You do realize that when /boot does come along this will have to be >put back in :-(. /boot will load <1MB so that it can load the >kernel >1MB. No, we'll be smart and load it >= 0x1000. -DG