diff options
author | ccappuc <ccappuc@cvs.openbsd.org> | 1996-07-10 03:52:57 +0000 |
---|---|---|
committer | ccappuc <ccappuc@cvs.openbsd.org> | 1996-07-10 03:52:57 +0000 |
commit | 26dc9980dc5f83cad085b84e62a6a4a941533d3f (patch) | |
tree | 29e0354f8b38514a464b5562253a292e8ed1dac2 | |
parent | 62d9dcaf86f46106938a4689312fd26940c15d61 (diff) |
no vmunix here, kernel is /bsd, os is OpenBSD!
-rw-r--r-- | sbin/reboot/boot_mac68k.8 | 14 | ||||
-rw-r--r-- | sbin/reboot/boot_pmax.8 | 12 | ||||
-rw-r--r-- | sbin/reboot/boot_sparc.8 | 6 | ||||
-rw-r--r-- | sbin/reboot/boot_x68k.8 | 12 |
4 files changed, 22 insertions, 22 deletions
diff --git a/sbin/reboot/boot_mac68k.8 b/sbin/reboot/boot_mac68k.8 index 62afed73e64..87d30d3b89c 100644 --- a/sbin/reboot/boot_mac68k.8 +++ b/sbin/reboot/boot_mac68k.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_mac68k.8,v 1.3 1996/06/29 18:24:17 mickey Exp $ +.\" $OpenBSD: boot_mac68k.8,v 1.4 1996/07/10 03:52:55 ccappuc 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. @@ -49,7 +49,7 @@ system bootstrapping procedures .Sh DESCRIPTION .Sy Power fail and crash recovery. Normally, the -.Tn NetBSD +.Tn OpenBSD kernel on the mac68k architecture is booted from the native operating system by means of an application program. When the kernel takes over, it initializes itself and proceeds to boot the system. An automatic @@ -71,10 +71,10 @@ or not), the system will attempt a reboot. On most mac68k machines with "soft-power" after the IIcx, the power switch can be physically rotated and locked in the 'on' position. The native OS can be configured to automatically start the -.Tn NetBSD -boot program. Additionally, the NetBSD boot program can be configured +.Tn OpenBSD +boot program. Additionally, the OpenBSD boot program can be configured to boot -.Tn NetBSD +.Tn OpenBSD without intervention. When a system is so configured, it can crash or lose power and reboot back to a fully multi-user state without any intervention. @@ -105,12 +105,12 @@ respectively) may be used for this. .Pp It is sometimes useful to boot a kernel that resides in a folder in native OS rather than from the usual location in the -.Tn NetBSD +.Tn OpenBSD 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 .Ar /bsd within the -.Tn NetBSD +.Tn OpenBSD file system. .Sh FILES .Bl -tag -width /bsd -compact diff --git a/sbin/reboot/boot_pmax.8 b/sbin/reboot/boot_pmax.8 index a18aa238af4..d01336dc4e7 100644 --- a/sbin/reboot/boot_pmax.8 +++ b/sbin/reboot/boot_pmax.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_pmax.8,v 1.3 1996/06/29 18:24:18 mickey Exp $ +.\" $OpenBSD: boot_pmax.8,v 1.4 1996/07/10 03:52:56 ccappuc 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 NetBSD +.Tn OpenBSD kernel is started by placing it at the beginning of physical memory and transferring to the entry point. Since the system is not reenterable, @@ -97,10 +97,10 @@ For automatic boots, the ROM automatically passes a .Fl a argument to the boot loader, requesting that -.Tn NetBSD +.Tn OpenBSD attempt to come up to multi-user mode. At the boot ROM prompt, the user may boot -.Tn NetBSD +.Tn OpenBSD with either the .Nm auto or the @@ -113,7 +113,7 @@ argument is passed to the kernel, requesting a multi-user boot; otherwise the .Fl s argument is passed, requesting that -.Tn NetBSD +.Tn OpenBSD boot to single user mode. .Pp When either the @@ -163,7 +163,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 NetBSD +.Tn OpenBSD 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 009c4bf5c4d..b4dbf39afac 100644 --- a/sbin/reboot/boot_sparc.8 +++ b/sbin/reboot/boot_sparc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_sparc.8,v 1.3 1996/06/29 18:24:19 mickey Exp $ +.\" $OpenBSD: boot_sparc.8,v 1.4 1996/07/10 03:52:56 ccappuc Exp $ .\" $NetBSD: boot_sparc.8,v 1.4 1995/04/25 11:37:25 pk Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -89,9 +89,9 @@ incantation in new-mode to force the rom to always start in new-mode. .Pa \ ok setenv sunmon-compat? false .Pp -The rom will normally load the kernel from "sd(0,0,0)vmunix". To change the +The rom will normally load the kernel from "sd(0,0,0)bsd". To change the default so that -.Pa NetBSD +.Pa OpenBSD will be loaded type the following .Pp .Pa \ ok diff --git a/sbin/reboot/boot_x68k.8 b/sbin/reboot/boot_x68k.8 index faf32d2f418..5e3b32594d0 100644 --- a/sbin/reboot/boot_x68k.8 +++ b/sbin/reboot/boot_x68k.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_x68k.8,v 1.3 1996/06/29 18:24:22 mickey Exp $ +.\" $OpenBSD: boot_x68k.8,v 1.4 1996/07/10 03:52:56 ccappuc Exp $ .\" $NetBSD: boot_x68k.8,v 1.1 1996/06/15 18:54:22 oki Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -54,14 +54,14 @@ battery-backuped SRAM. By default, the boot rom attempt to boot from floppy disk drive (from 0 to 3) first, and then attempt to boot from hard disk (SASI or SCSI). -On the NetBSD/X68k, booting from partition A of SCSI disks (sd?a) +On the OpenBSD/X68k, booting from partition 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 (or equivalent) reads .Pa boot program at the top of the disk, -and then the boot program loads the NetBSD kernel +and then the boot program loads the OpenBSD kernel .Pa /bsd which is in the same partition of the disk. If you press @@ -82,15 +82,15 @@ 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 NetBSD just like as +Nothing special to be attended to; you can boot OpenBSD just like as other operating systems such as Human68k and OS-9. .Pp Note for X68030/040turbo(68040 accelerator by BEEPs) systems: -NetBSD can boot under 040 mode. +OpenBSD can boot under 040 mode. It can also boot under 030 mode if you have MC68030 on the board. .Pp Note for X68000/Xellent30(68030 accelerator by TSR)+MC68030 systems: -In order to boot NetBSD, you must choose 030 mode by using +In order to boot OpenBSD, you must choose 030 mode by using .Pa CH30.SYS , which must reside in the battery-backuped SRAM. .Pp |