From owner-cvs-all Mon Jun 26 15:57:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D516D37BD5A; Mon, 26 Jun 2000 15:57:16 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA27703; Mon, 26 Jun 2000 15:57:16 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200006262257.PAA27703@freefall.freebsd.org> From: John Baldwin Date: Mon, 26 Jun 2000 15:57:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 Makefile boot1.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/06/26 15:57:16 PDT Modified files: sys/boot/i386/boot2 Makefile boot1.s Log: Add in support for EDD to support large disks via LBA. This uses a method similar to that of the loader to avoid potentially breaking older drives in that we only use EDD if the desired cylinder is > 1023. Revision Changes Path 1.19 +2 -2 src/sys/boot/i386/boot2/Makefile 1.13 +24 -23 src/sys/boot/i386/boot2/boot1.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message