summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-29 07:04:42 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-29 07:04:42 +0000
commit9f73e1ceef7ff09dd89931bf24d0ee266381fe02 (patch)
tree60b5820672b6cffca499ece1e4a4d13d534732be /sys/arch/i386/stand
parentc4271f1212bcb02691e8d1bb38bc03c04e3693a1 (diff)
biosboot is more than 256 bytes for a while now
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r--sys/arch/i386/stand/biosboot/biosboot.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8
index d3afe55efda..e692a10538b 100644
--- a/sys/arch/i386/stand/biosboot/biosboot.8
+++ b/sys/arch/i386/stand/biosboot/biosboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: biosboot.8,v 1.12 1999/09/23 04:12:08 alex Exp $
+.\" $OpenBSD: biosboot.8,v 1.13 2001/06/29 07:04:41 mickey Exp $
.\"
.\" Copyright (c) 1997 Michael Shalayeff
.\" All rights reserved.
@@ -37,7 +37,7 @@
.Nd
i386-specific first-stage system bootstrap
.Sh DESCRIPTION
-This small program (roughly 256 bytes of code) is responsible for
+This small program (roughly 512 bytes of code) is responsible for
loading the second stage
.Xr boot 8
program, which in turn, will load the kernel.