diff options
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.8 | 8 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 6 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8 index 68bebb5b748..a0f29886f5f 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.20 2004/04/03 10:15:37 jmc Exp $ +.\" $OpenBSD: biosboot.8,v 1.21 2005/07/15 09:12:04 jmc Exp $ .\" .\" Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com> .\" Copyright (c) 1997 Michael Shalayeff @@ -241,6 +241,12 @@ PXE bootstrap .It Pa /bsd .Ox kernel +.It Pa /bsd.mp +.Ox +kernel for multi-processor machines +.It Pa /bsd.rd +.Ox +kernel for installation/recovery .El .Sh SEE ALSO .Xr boot 8 , diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index ad8c9e04b26..383d6fe5550 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.41 2005/02/18 15:26:23 robert Exp $ +.\" $OpenBSD: boot.8,v 1.42 2005/07/15 09:12:04 jmc Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -317,6 +317,10 @@ system bootstrap system bootstrap's startup file .It Pa /bsd kernel image +.It Pa /bsd.mp +kernel image for multiprocessor machines +.It Pa /bsd.rd +kernel image for installation/recovery .El .Sh EXAMPLES Boot the default kernel: |