mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
NVRAM Doc Improvements, Issue #451
This commit is contained in:
@@ -573,14 +573,15 @@ For example, typing `H<enter>` will display a short command summary:
|
||||
Boot [H=Help]: h
|
||||
|
||||
L - List ROM Applications
|
||||
D - Disk Device Inventory
|
||||
D - Device Inventory
|
||||
R - Reboot System
|
||||
W - RomWBW Configure
|
||||
I <u> [<c>] - Set Console Interface/Baud code
|
||||
V [<n>] - View/Set HBIOS Diagnostic Verbosity
|
||||
<u>[.<s>] - Boot Disk Unit/Slice
|
||||
```
|
||||
|
||||
Likewise the `L` command will display the list of ROM Applications that
|
||||
Likewise the `L` command (List ROM Applications) will display the list of ROM Applications that
|
||||
you can launch right from the Boot Loader:
|
||||
|
||||
```
|
||||
@@ -600,6 +601,9 @@ ROM Applications:
|
||||
U: User App
|
||||
```
|
||||
|
||||
A more complete description of these options is found below in
|
||||
[System Management].
|
||||
|
||||
## Starting Applications from ROM
|
||||
|
||||
To start a ROM application you just enter the corresponding letter at
|
||||
|
||||
@@ -2496,7 +2496,7 @@ str_help .db "\r\n"
|
||||
.db "\r\n R - Reboot System"
|
||||
#if (BIOS == BIOS_WBW)
|
||||
.db "\r\n W - RomWBW Configure"
|
||||
.db "\r\n I <u> [<c>] - Set Console Interface/Baud code"
|
||||
.db "\r\n I <u> [<c>] - Set Console Interface/Baud Rate"
|
||||
.db "\r\n V [<n>] - View/Set HBIOS Diagnostic Verbosity"
|
||||
#endif
|
||||
.db "\r\n <u>[.<s>] - Boot Disk Unit/Slice"
|
||||
|
||||
Reference in New Issue
Block a user