From owner-cvs-sys Thu Mar 7 21:44:08 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13424 for cvs-sys-outgoing; Thu, 7 Mar 1996 21:44:08 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13323 Thu, 7 Mar 1996 21:43:48 -0800 (PST) Date: Thu, 7 Mar 1996 21:43:48 -0800 (PST) From: Bruce Evans Message-Id: <199603080543.VAA13323@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot asm.S Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 96/03/07 21:43:47 Modified: sys/i386/boot/biosboot asm.S Log: Load %fs with the flat data segment selector while in protected mode. This will be used for convenient access to the BIOS variables. Revision Changes Path 1.8 +7 -3 src/sys/i386/boot/biosboot/asm.S