summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/biosboot
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-02-20 11:04:17 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-02-20 11:04:17 +0000
commitc98dcd67fe2cc0f30fd90cdbc978700d39298361 (patch)
treec5bff7c989e39617255f4cdb130ddf6225bb1a79 /sys/arch/amd64/stand/biosboot
parent698debe8972e6c991f87371f5b686923374a7b65 (diff)
This is amd64, not i386.
Diffstat (limited to 'sys/arch/amd64/stand/biosboot')
-rw-r--r--sys/arch/amd64/stand/biosboot/biosboot.813
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/arch/amd64/stand/biosboot/biosboot.8 b/sys/arch/amd64/stand/biosboot/biosboot.8
index 55ccc710ffe..12736cc28db 100644
--- a/sys/arch/amd64/stand/biosboot/biosboot.8
+++ b/sys/arch/amd64/stand/biosboot/biosboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: biosboot.8,v 1.1 2004/02/03 12:09:47 mickey Exp $
+.\" $OpenBSD: biosboot.8,v 1.2 2004/02/20 11:04:14 miod Exp $
.\"
.\" Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com>
.\" Copyright (c) 1997 Michael Shalayeff
@@ -25,13 +25,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd December 23, 2003
-.Dt BIOSBOOT 8 i386
+.Dd February 20, 2004
+.Dt BIOSBOOT 8 amd64
.Os
.Sh NAME
.Nm biosboot
.Nd
-i386-specific first-stage system bootstrap
+amd64-specific first-stage system bootstrap
.Sh DESCRIPTION
This small program (roughly 512 bytes of code) is responsible for
loading the second-stage
@@ -241,14 +241,15 @@ kernel
.El
.Sh SEE ALSO
.Xr boot 8 ,
-.Xr boot_i386 8 ,
+.Xr boot_amd64 8 ,
.Xr disklabel 8 ,
.Xr fdisk 8 ,
.Xr installboot 8
.Sh HISTORY
.Nm
was originally written by Michael Shalayeff for
-.Ox 2.1 .
+.Ox 2.1
+on the i386 platform.
However it was based on bootstrap code from older versions of this
operating system, other operating systems, other programs, and
other people's work.