diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-27 10:25:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-27 10:25:38 +0000 |
commit | 07538a2077c8e580f21f7c3f3c26e5dc2be15a60 (patch) | |
tree | d21bf0a4e34678dfd135a95689f686d506d5e205 /sbin | |
parent | a2456506f6fd1d480e0191da10b3bb74823c9d59 (diff) |
sync to 0722
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/reboot/Makefile | 9 | ||||
-rw-r--r-- | sbin/reboot/boot_atari.8 | 201 |
2 files changed, 206 insertions, 4 deletions
diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index 901d5893f47..a388274b174 100644 --- a/sbin/reboot/Makefile +++ b/sbin/reboot/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:05 deraadt Exp $ -# $NetBSD: Makefile,v 1.10 1995/08/08 20:46:21 gwr Exp $ +# $OpenBSD: Makefile,v 1.3 1996/07/27 10:25:36 deraadt Exp $ +# $NetBSD: Makefile,v 1.10.6.2 1996/06/28 17:28:07 jtc Exp $ PROG= reboot DPADD= ${LIBUTIL} LDADD= -lutil -MAN= reboot.8 boot_hp300.8 boot_i386.8 boot_mac68k.8 boot_pmax.8 \ - boot_sparc.8 boot_sun3.8 boot_tahoe.8 boot_vax.8 +MAN= reboot.8 boot_atari.8 boot_hp300.8 boot_i386.8 boot_mac68k.8 \ + boot_pmax.8 boot_sparc.8 boot_sun3.8 boot_tahoe.8 boot_vax.8 \ + boot_x68k.8 MLINKS= reboot.8 halt.8 LINKS= ${BINDIR}/reboot ${BINDIR}/halt diff --git a/sbin/reboot/boot_atari.8 b/sbin/reboot/boot_atari.8 new file mode 100644 index 00000000000..063160bdd94 --- /dev/null +++ b/sbin/reboot/boot_atari.8 @@ -0,0 +1,201 @@ +.\" $OpenBSD: boot_atari.8,v 1.1 1996/07/27 10:25:37 deraadt 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. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to Berkeley by +.\" the Systems Programming Group of the University of Utah Computer +.\" Science Department. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by the University of +.\" California, Berkeley and its contributors. +.\" 4. Neither the name of the University nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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 +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" 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. +.\" +.\" From: +.\" @(#)boot_hp300.8 8.2 (Berkeley) 4/19/94 +.\" +.Dd June 21, 1996 +.Dt boot 8 +.Os +.Sh NAME +.Nm boot +.Nd +system bootstrapping procedures +.Sh DESCRIPTION +.Sy Power fail and crash recovery +.Pp +When the +.Tn OpenBSD +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 +fails, the system comes up to multi-user operations. The proper way +to shut the system down is with the +.Xr shutdown 8 +command. +.Pp +If the system crashes, it will enter the kernel debugger, +.Xr ddb 8 +,if it is configured in the kernel. If the debugger is not present, +or the debugger is exited, the system will attempt a dump to the +configured dump device (which will be automatically recovered with +.Xr savecore 8 +during the next boot cycle). After the dump is complete (successful +or not), the system will attempt a reboot. +.Pp +.Sy Booting OpenBSD using the bootloader +.Pp +When a bootable +.Tn OpenBSD +partition is created by means of +.Xr installboot 8 +, the Atari BIOS will automatically start the OpenBSD bootloader. By default +it will load the kernel image +.Pa /bsd +and attempts to boot it into multi-user mode. This behaviour can be changed by +either keeping the +.Pa Alternate +or the +.Pa Right-Shift +key pressed during the boot. When +the +.Pa Alternate +key is pressed, the bootstrap is aborted, causing the BIOS +to continue scanning the disks for a bootable partition (this is compatible +with AHDI 3.0). Pressing the +.Pa Right-Shift +key during the boot, causes the boot loader to enter the interactive mode. +In interactive mode, the command line looks like: +.Bd -ragged -offset indent +.Pp +.Op Ar OS-type +.Op Ar boot-path +.Op Ar boot-options +.Ed +.Pp +Each component of the command can be ommitted in which case the defaults +indicated will be used. +.Bl -tag -width +.It OS-type: +.Bl -tag -compact -width ".OpenBSD (default)" +.It .OpenBSD (the default) +.It .linux +.It .asv +.It .tos +.El +.Pp +If something other than +.Pa .OpenBSD +is specified, control is returned to the BIOS with the boot preference set to +the selected type. Due to limitations of the BIOS however, the search for +bootblocks is continued rather than restarted. +.It boot-path +This gives you the opportunity to boot another kernel, say: +.Pa /bsd.old. +The default is +.Pa /bsd +.It boot-options +These options are a subset of the +.Xr loadbsd +options. +.Bl -tag -width flag -compact +.It Fl a +Boot into multi-user mode (the default) +.It Fl b +Ask for a root device +.It Fl d +Enter the kernel debugger +.El +.El +.Pp +.Sy Booting using the loadbsd program +.Pp +When you want (or have to) start OpenBSD from GEM, you have to use the +.Xr loadbsd +program that is supplied on the kernel-floppy. The loadbsd command line +specification is: +.Bd -ragged -offset indent +.Nm loadbsd +.Op Fl abdhstwDV +.Op Fl S Ar amount +.Op Fl T Ar amount +.Ar kernel-path +.Ed +.Pp +Description of options: +.Bl -tag -width flag +.It Fl a +Boot automatically into multi-user mode. +.It Fl b +Ask for the root device the kernel must use. +.It Fl d +Enter the kernel debugger after booting. +.It Fl h +Print a help screen that tries to explain the same options as mentioned +here. +.It Fl o Ar outputfile +Write all output to the file +.Ar outputfile. +.It Fl s +Tell OpenBSD only to use ST compatible RAM. +.It Fl t +Test loading of the kernel but don't start OpenBSD. +.It Fl w +Wait for a keypress before exiting loadbsd. This is useful when starting this +program under GEM. +.It Fl D +Show debugging output while booting the kernel. +.It Fl S Ar amount +Set the amount of available ST compatible RAM in bytes. Normally this +value is set automatically from the values initialized by the BIOS. +.It Fl T Ar amount +Set the amount of available TT compatible RAM in bytes. Normally this +value is set automatically from the values initialized by the BIOS. +.It Fl V +Print the version of +.Xr loadbsd +that you are using. +.It Ar kernel-path +This is a GEMDOS path specification of the kernel to boot. +.El +.Pp +Note: Because the loadbsd program can only read kernels from a GEMDOS +filesystem, the file +.Ar /bsd +is usually not the same as the actual kernel booted. This can cause some +programs to fail. +.Sh FILES +.Bl -tag -width /bsd -compact +.It Pa /bsd +system kernel +.El +.Sh SEE ALSO +.Xr ddb 8 , +.Xr savecore 8 , +.Xr shutdown 8 + |