Uppercase rom. From Igor Sobrado
This commit is contained in:
parent
0be80bf193
commit
f15ca23e09
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: boot.8,v 1.16 2003/03/30 17:59:07 wiz Exp $
|
||||
.\" $NetBSD: boot.8,v 1.17 2003/03/30 18:15:46 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -87,20 +87,20 @@ Any extra flags or arguments, the after the -- separator,
|
|||
are passed to the boot PROM.
|
||||
Other flags are currently ignored.
|
||||
.Pp
|
||||
The Sparc boot rom comes in two flavours: an ``old-style'' rom is used in
|
||||
sun4 machines, while A ``new-style'' rom can be found on sun4c and sun4m models.
|
||||
The ``new-style'' Sparc boot rom is a full-featured Forth system with emacs
|
||||
The Sparc boot ROM comes in two flavours: an ``old-style'' ROM is used in
|
||||
sun4 machines, while A ``new-style'' ROM can be found on sun4c and sun4m models.
|
||||
The ``new-style'' Sparc boot ROM is a full-featured Forth system with emacs
|
||||
key bindings. It can be put in ``old-style'' user-interface compatibility
|
||||
mode (in which case it shows a simple `\*[Gt]' prompt), but this is essentially
|
||||
useless. However, by default the rom runs in old-mode; to enter new-mode type `n'.
|
||||
The rom then shows a Forth-style `ok' prompt. It is recommended to have
|
||||
the rom always start in its native ``new-style'' mode. Utter the following
|
||||
incantation in new-mode to force the rom to always start in new-mode.
|
||||
useless. However, by default the ROM runs in old-mode; to enter new-mode type `n'.
|
||||
The ROM then shows a Forth-style `ok' prompt. It is recommended to have
|
||||
the ROM always start in its native ``new-style'' mode. Utter the following
|
||||
incantation in new-mode to force the ROM to always start in new-mode.
|
||||
.Pp
|
||||
.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)vmunix". To change the
|
||||
default so that
|
||||
.Nx
|
||||
will be loaded type the following
|
||||
|
@ -108,7 +108,7 @@ will be loaded type the following
|
|||
.Pa \ ok
|
||||
setenv boot-from sd(0,0,0)netbsd
|
||||
.Pp
|
||||
At any time you can break back to the rom by pressing the `L1' and `a'
|
||||
At any time you can break back to the ROM by pressing the `L1' and `a'
|
||||
keys at the same time (if the console is a serial port the same is
|
||||
achieved by sending a `break').
|
||||
If you do this accidentally you can continue whatever was in progress
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: boot.8,v 1.10 2003/03/30 17:59:07 wiz Exp $
|
||||
.\" $NetBSD: boot.8,v 1.11 2003/03/30 18:15:46 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -93,7 +93,7 @@ Any extra flags or arguments, the after the -- separator,
|
|||
are passed to the boot PROM.
|
||||
Other flags are currently ignored.
|
||||
.Pp
|
||||
At any time you can break back to the rom by pressing the `L1' and `a'
|
||||
At any time you can break back to the ROM by pressing the `L1' and `a'
|
||||
keys at the same time (if the console is a serial port the same is
|
||||
achieved by sending a `break').
|
||||
If you do this accidentally you can continue whatever was in progress
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: boot.8,v 1.8 2002/02/13 08:18:32 ross Exp $
|
||||
.\" $NetBSD: boot.8,v 1.9 2003/03/30 18:15:46 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -180,7 +180,7 @@ to autoboot or to halt.
|
|||
When halted, the processor may be booted using the same syntax
|
||||
as on the 11/750.
|
||||
.Pp
|
||||
The 11/750 boot procedure uses the boot roms to load block 0 off of
|
||||
The 11/750 boot procedure uses the boot ROMs to load block 0 off of
|
||||
the specified device. The /usr/mdec directory contains a number
|
||||
of bootstrap programs for the various disks which should be placed
|
||||
in a new pack by
|
||||
|
|
Loading…
Reference in New Issue