From owner-cvs-all Mon Oct 5 23:13:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12751 for cvs-all-outgoing; Mon, 5 Oct 1998 23:13:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12745; Mon, 5 Oct 1998 23:13:37 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA15147; Mon, 5 Oct 1998 23:13:37 -0700 (PDT) Date: Mon, 5 Oct 1998 23:13:37 -0700 (PDT) Message-Id: <199810060613.XAA15147@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386 Makefile src/sys/boot/i386/btx/btxldr btxldr.s Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/10/05 23:13:37 PDT Modified files: sys/boot/i386 Makefile Log: Build boot0 as well. Revision Changes Path 1.3 +1 -1 src/sys/boot/i386/Makefile Modified files: sys/boot/i386/btx/btxldr btxldr.s Log: The BIOS memory size is only a word. Some BIOSsen have garbage in the other 16 bits we were reading here, causing loss of arguments. Revision Changes Path 1.2 +2 -2 src/sys/boot/i386/btx/btxldr/btxldr.s