diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-04 02:45:26 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-04 02:45:26 +0000 |
commit | 8b44fe6976bc998d4f0e2aad3f16532a857e5794 (patch) | |
tree | 196a1ce3b84d92c654f45f5c001905bd1b00101d /sbin/reboot/boot_atari.8 | |
parent | 67797a0990e5f662d6d5a45d57b8df9621d9b446 (diff) |
start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@
Diffstat (limited to 'sbin/reboot/boot_atari.8')
-rw-r--r-- | sbin/reboot/boot_atari.8 | 23 |
1 files changed, 15 insertions, 8 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. |