diff options
author | 2001-06-29 07:04:41 +0000 | |
---|---|---|
committer | 2001-06-29 07:04:41 +0000 | |
commit | 1d7096c9b053e2a0f3afb3bdb81693883a1d9dd6 (patch) | |
tree | 43e77e61cd9aa054b5becabda274b56ae13618ce | |
parent | cleanup (diff) | |
download | wireguard-openbsd-1d7096c9b053e2a0f3afb3bdb81693883a1d9dd6.tar.xz wireguard-openbsd-1d7096c9b053e2a0f3afb3bdb81693883a1d9dd6.zip |
biosboot is more than 256 bytes for a while now
-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. |