diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-29 07:04:42 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-29 07:04:42 +0000 |
commit | 9f73e1ceef7ff09dd89931bf24d0ee266381fe02 (patch) | |
tree | 60b5820672b6cffca499ece1e4a4d13d534732be /sys/arch/i386/stand | |
parent | c4271f1212bcb02691e8d1bb38bc03c04e3693a1 (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.8 | 4 |
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. |