summaryrefslogtreecommitdiff
path: root/sbin/reboot
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/reboot')
-rw-r--r--sbin/reboot/boot_atari.823
-rw-r--r--sbin/reboot/boot_hp300.84
-rw-r--r--sbin/reboot/boot_i386.812
-rw-r--r--sbin/reboot/boot_mac68k.811
-rw-r--r--sbin/reboot/boot_pmax.814
-rw-r--r--sbin/reboot/boot_sparc.86
-rw-r--r--sbin/reboot/boot_vax.86
-rw-r--r--sbin/reboot/boot_x68k.819
8 files changed, 56 insertions, 39 deletions
diff --git a/sbin/reboot/boot_atari.8 b/sbin/reboot/boot_atari.8
index c6a724f0fd4..dbc941b2d25 100644
--- a/sbin/reboot/boot_atari.8
+++ b/sbin/reboot/boot_atari.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_atari.8,v 1.6 1998/11/28 19:56:32 aaron Exp $
+.\" $OpenBSD: boot_atari.8,v 1.7 1999/06/04 02:45:22 aaron Exp $
.\" $NetBSD: boot_atari.8,v 1.1 1996/06/27 11:07:56 leo Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
@@ -49,7 +49,7 @@ system bootstrapping procedures
.Sh DESCRIPTION
.Ss Power fail and crash recovery
When the
-.Tn OpenBSD
+.Ox
kernel is booted normally (using one of the two methods discussed below),
it initializes itself and proceeds to boot the system. An automatic
consistency check of the file systems takes place, and unless this
@@ -69,10 +69,12 @@ or not), the system will attempt a reboot.
.Pp
.Ss Booting OpenBSD using the bootloader
When a bootable
-.Tn OpenBSD
+.Ox
partition is created by means of
.Xr installboot 8 ,
-the Atari BIOS will automatically start the OpenBSD bootloader. By default,
+the Atari BIOS will automatically start the
+.Ox
+bootloader. By default,
it will load the kernel image
.Pa /bsd
and attempt to boot it into multi-user mode. This behaviour can be changed by
@@ -132,14 +134,16 @@ Enter the kernel debugger.
.El
.Pp
.Ss Booting using the loadbsd program
-When you want (or have to) start OpenBSD from GEM, you have to use the
+When you want (or have to) start
+.Ox
+from GEM, you have to use the
.Xr loadbsd
program that is supplied on the kernel-floppy. The
.Xr loadbsd
command line
specification is:
.Bd -ragged -offset indent
-.Nm loadbsd
+.Nm loadbsd
.Op Fl abdhstwDV
.Op Fl S Ar amount
.Op Fl T Ar amount
@@ -161,9 +165,12 @@ here.
Write all output to the file
.Ar outputfile .
.It Fl s
-Tell OpenBSD only to use ST compatible RAM.
+Tell
+.Ox
+only to use ST compatible RAM.
.It Fl t
-Test loading of the kernel but don't start OpenBSD.
+Test loading of the kernel but don't start
+.Ox .
.It Fl w
Wait for a keypress before exiting loadbsd. This is useful when starting this
program under GEM.
diff --git a/sbin/reboot/boot_hp300.8 b/sbin/reboot/boot_hp300.8
index 1afaca88af3..0e1af743ec2 100644
--- a/sbin/reboot/boot_hp300.8
+++ b/sbin/reboot/boot_hp300.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_hp300.8,v 1.5 1998/11/11 22:19:59 aaron Exp $
+.\" $OpenBSD: boot_hp300.8,v 1.6 1999/06/04 02:45:22 aaron Exp $
.\" $NetBSD: boot_hp300.8,v 1.3 1995/04/23 10:33:34 cgd Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -66,7 +66,7 @@ when the
partition file system on the pack is created.
.Pp
This boot program
-finds the corresponding file on the given device
+finds the corresponding file on the given device
.Pf ( Ar bsd
by default),
loads that file into memory,
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8
index ff34c7344af..83e799fcd88 100644
--- a/sbin/reboot/boot_i386.8
+++ b/sbin/reboot/boot_i386.8
@@ -1,9 +1,9 @@
-.\" $OpenBSD: boot_i386.8,v 1.9 1998/11/11 22:19:59 aaron Exp $
+.\" $OpenBSD: boot_i386.8,v 1.10 1999/06/04 02:45:23 aaron Exp $
.\"
.\" Copyright (c) 1997 Tobias Weingartner
.\"
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -17,9 +17,9 @@
.\" This product includes software developed by Michael Shalayeff.
.\" 4. The name of the author may not be used to endorse or promote products
.\" derived from this software without specific prior written permission.
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
@@ -29,7 +29,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\"
+.\"
.Dd September 4, 1997
.Dt BOOT_I386 8 i386
diff --git a/sbin/reboot/boot_mac68k.8 b/sbin/reboot/boot_mac68k.8
index 4df0bb54eef..a4e3ea2a9dc 100644
--- a/sbin/reboot/boot_mac68k.8
+++ b/sbin/reboot/boot_mac68k.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_mac68k.8,v 1.8 1998/11/11 22:19:59 aaron Exp $
+.\" $OpenBSD: boot_mac68k.8,v 1.9 1999/06/04 02:45:23 aaron Exp $
.\" $NetBSD: boot_mac68k.8,v 1.1 1995/07/02 02:09:52 briggs Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
@@ -76,8 +76,9 @@ switch can be physically rotated and locked in the
position.
The native OS can be configured to automatically start the
.Ox
-boot program. Additionally, the OpenBSD boot program can be configured
-to boot
+boot program. Additionally, the
+.Ox
+boot program can be configured to boot
.Ox
without intervention. When a system is so configured, it can crash
or lose power and reboot back to a fully multi-user state without
@@ -114,8 +115,8 @@ in native OS rather than from the usual location in the
file system. A radio button is supplied for this purpose. Note that
some programs will not run properly if the kernel is not found as
.Pa /bsd
-within the
-.Tn OpenBSD
+within the
+.Ox
file system.
.Sh FILES
.Bl -tag -width /bsd -compact
diff --git a/sbin/reboot/boot_pmax.8 b/sbin/reboot/boot_pmax.8
index cb78adbc0f6..c201646bed1 100644
--- a/sbin/reboot/boot_pmax.8
+++ b/sbin/reboot/boot_pmax.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_pmax.8,v 1.11 1999/05/16 19:56:17 alex Exp $
+.\" $OpenBSD: boot_pmax.8,v 1.12 1999/06/04 02:45:23 aaron Exp $
.\" $NetBSD: boot_pmax.8,v 1.1 1995/04/25 23:55:11 mellon Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
@@ -45,7 +45,7 @@
system bootstrapping procedures
.Sh DESCRIPTION
The
-.Tn OpenBSD
+.Ox
kernel is started by placing it at the beginning of physical memory
and transferring to the entry point.
Since the system is not reenterable,
@@ -73,7 +73,7 @@ the ROM attempts to autoboot.
On the DECstation 2100 and 3100, the path used for automatic booting is
stored in the
.Nm bootpath
-environment variable. The path is made up of a
+environment variable. The path is made up of a
device type specifier (e.g., rz, tz, mop or tftp), followed by
a triplet in the form (x,y,z), followed by a filename to load.
.Pp
@@ -109,10 +109,10 @@ For automatic boots, the ROM automatically passes a
.Fl a
argument to the bootloader,
requesting that
-.Tn OpenBSD
+.Ox
attempt to come up to multi-user mode. At the boot ROM prompt,
the user may boot
-.Tn OpenBSD
+.Ox
with either the
.Nm auto
or the
@@ -125,7 +125,7 @@ argument is passed to the kernel, requesting a multi-user boot; otherwise
the
.Fl s
argument is passed, requesting that
-.Tn OpenBSD
+.Ox
boot to single user mode.
.Pp
When either the
@@ -181,7 +181,7 @@ devices, the option-specific protocol identifier is either mop or tftp.
Filename requirements are as for the DECstation 2100 and 3100.
.Pp
To start
-.Tn OpenBSD
+.Ox
from the boot prompt, the
.Nm boot
command must be used. With no arguments, this simply boots the default
diff --git a/sbin/reboot/boot_sparc.8 b/sbin/reboot/boot_sparc.8
index 506c2f01774..0e1654373e3 100644
--- a/sbin/reboot/boot_sparc.8
+++ b/sbin/reboot/boot_sparc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_sparc.8,v 1.7 1998/11/11 22:20:00 aaron Exp $
+.\" $OpenBSD: boot_sparc.8,v 1.8 1999/06/04 02:45:23 aaron Exp $
.\" $NetBSD: boot_sparc.8,v 1.4 1995/04/25 11:37:25 pk Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -111,7 +111,9 @@ setenv sunmon-compat? false
The ROM will normally load the kernel from
.Dq sd(0,0,0)bsd .
To change the
-default so that OpenBSD will be loaded, type the following:
+default so that
+.Ox
+will be loaded, type the following:
.Pp
.Em \ ok
setenv boot-from sd(0,0,0)bsd
diff --git a/sbin/reboot/boot_vax.8 b/sbin/reboot/boot_vax.8
index 2745fcf258b..3a96e2e301c 100644
--- a/sbin/reboot/boot_vax.8
+++ b/sbin/reboot/boot_vax.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_vax.8,v 1.7 1998/11/11 22:20:00 aaron Exp $
+.\" $OpenBSD: boot_vax.8,v 1.8 1999/06/04 02:45:23 aaron Exp $
.\" $NetBSD: boot_vax.8,v 1.3 1995/04/23 10:33:39 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -206,10 +206,10 @@ contains the correct parameters for an
disk such
as the RD53.
.Pp
-On any processor, the
+On any processor, the
.Nm boot
program
-finds the corresponding file on the given device
+finds the corresponding file on the given device
.Pf ( Pa bsd
by default), loads that file
into memory location zero, and starts the program at the entry address
diff --git a/sbin/reboot/boot_x68k.8 b/sbin/reboot/boot_x68k.8
index 1a7a69a2a6c..d0eefbfccf3 100644
--- a/sbin/reboot/boot_x68k.8
+++ b/sbin/reboot/boot_x68k.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_x68k.8,v 1.6 1998/11/11 22:20:00 aaron Exp $
+.\" $OpenBSD: boot_x68k.8,v 1.7 1999/06/04 02:45:23 aaron Exp $
.\" $NetBSD: boot_x68k.8,v 1.1 1996/06/15 18:54:22 oki Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -56,7 +56,7 @@ floppy disk drive (from 0 to 3) first,
and then from a hard disk (SASI or SCSI).
On the OpenBSD/X68k, booting from partition
.Dq a
-of SCSI disks (sd?a)
+of SCSI disks (sd?a)
and 2HD floppy disks (fd?a, fd?c) is currently supported.
.Pp
First, the initial program loader of IOCS ROM or SCSI disk
@@ -65,7 +65,9 @@ First, the initial program loader of IOCS ROM or SCSI disk
program at the top of the disk,
and then the
.Nm boot
-program loads the OpenBSD kernel
+program loads the
+.Ox
+kernel
.Pa /bsd
which is in the same partition of the disk.
If you press the
@@ -86,15 +88,20 @@ flag and tries to boot the system in debug mode; see
for details.
.Pp
Note for X68030+MC68030 systems:
-Nothing special to be attended to; you can boot OpenBSD just like as
+Nothing special to be attended to; you can boot
+.Ox
+just like as
other operating systems such as Human68k and OS-9.
.Pp
Note for X68030/040turbo(68040 accelerator by BEEPs) systems:
-OpenBSD can boot under 040 mode.
+.Ox
+can boot under 040 mode.
It can also boot under 030 mode if you have an MC68030 on the board.
.Pp
Note for X68000/Xellent30(68030 accelerator by TSR) + MC68030 systems:
-In order to boot OpenBSD, you must choose 030 mode by using
+In order to boot
+.Ox ,
+you must choose 030 mode by using
.Pa CH30.SYS ,
which must reside in the battery-backuped SRAM.
.Pp