xref ddb(4), not ddb(8)
This commit is contained in:
parent
fdecd6a253
commit
143946ffbd
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: boot.8,v 1.3 1996/10/15 09:16:20 leo Exp $
|
||||
.\" $NetBSD: boot.8,v 1.4 1997/07/10 07:37:23 mikel Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -59,8 +59,8 @@ to shut the system down is with the
|
||||
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,
|
||||
.Xr ddb 4 ,
|
||||
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
|
||||
@ -122,7 +122,7 @@ The default is
|
||||
.Pa /netbsd
|
||||
.It boot-options
|
||||
These options are a subset of the
|
||||
.Xr loadbsd
|
||||
.Xr loadbsd 8
|
||||
options.
|
||||
.Bl -tag -width flag -compact
|
||||
.It Fl a
|
||||
@ -137,7 +137,7 @@ Enter the kernel debugger
|
||||
.Sy Booting using the loadbsd program
|
||||
.Pp
|
||||
When you want (or have to) start NetBSD from GEM, you have to use the
|
||||
.Xr loadbsd
|
||||
.Xr loadbsd 8
|
||||
program that is supplied on the kernel-floppy. The loadbsd command line
|
||||
specification is:
|
||||
.Bd -ragged -offset indent
|
||||
@ -179,7 +179,7 @@ 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
|
||||
.Xr loadbsd 8
|
||||
that you are using.
|
||||
.It Ar kernel-path
|
||||
This is a GEMDOS path specification of the kernel to boot.
|
||||
@ -196,7 +196,6 @@ programs to fail.
|
||||
system kernel
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ddb 8 ,
|
||||
.Xr ddb 4 ,
|
||||
.Xr savecore 8 ,
|
||||
.Xr shutdown 8
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: boot.8,v 1.4 1997/03/13 05:28:42 perry Exp $
|
||||
.\" $NetBSD: boot.8,v 1.5 1997/07/10 07:37:25 mikel Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -109,7 +109,7 @@ The
|
||||
.Op Fl d
|
||||
flag to the boot loader will bring the system up in debug mode.
|
||||
Here it waits for a kernel debugger connect; see
|
||||
.Xr ddb 8 .
|
||||
.Xr ddb 4 .
|
||||
Other flags are currently ignored.
|
||||
.Pp
|
||||
In an emergency, the bootstrap methods described in the
|
||||
@ -126,7 +126,7 @@ sector-0 boot block, xx is disk type
|
||||
second-stage boot, xx is disk type
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ddb 8 ,
|
||||
.Xr ddb 4 ,
|
||||
.Xr halt 8 ,
|
||||
.Xr reboot 8 ,
|
||||
.Xr shutdown 8
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: boot.8,v 1.2 1997/03/13 04:53:29 perry Exp $
|
||||
.\" $NetBSD: boot.8,v 1.3 1997/07/10 07:37:26 mikel Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -59,8 +59,8 @@ to shut the system down is with the
|
||||
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,
|
||||
.Xr ddb 4 ,
|
||||
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
|
||||
@ -117,7 +117,7 @@ file system.
|
||||
system kernel
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ddb 8 ,
|
||||
.Xr ddb 4 ,
|
||||
.Xr ttys 5 ,
|
||||
.Xr savecore 8 ,
|
||||
.Xr shutdown 8 ,
|
||||
.Xr ttys 5
|
||||
.Xr shutdown 8
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: boot.8,v 1.4 1997/03/13 05:06:04 perry Exp $
|
||||
.\" $NetBSD: boot.8,v 1.5 1997/07/10 07:37:26 mikel Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -76,7 +76,7 @@ The
|
||||
.Op Fl d
|
||||
flag to the boot loader will bring the system up in debug mode.
|
||||
Here it waits for a kernel debugger connect; see
|
||||
.Xr ddb 8 .
|
||||
.Xr ddb 4 .
|
||||
Any extra flags or arguments, the after the -- separator,
|
||||
.Ar <boot string>
|
||||
are passed to the boot prom.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: boot.8,v 1.1 1996/06/15 18:54:22 oki Exp $
|
||||
.\" $NetBSD: boot.8,v 1.2 1997/07/10 07:37:28 mikel Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -77,7 +77,7 @@ If the LED of
|
||||
key is turned on, the boot program adds
|
||||
.Dv RB_KDB
|
||||
flag and tries to boot the system in debug mode; see
|
||||
.Xr ddb 8
|
||||
.Xr ddb 4
|
||||
for details.
|
||||
.Pp
|
||||
Note for X68030+MC68030 systems:
|
||||
|
Loading…
Reference in New Issue
Block a user