NVRAM Doc Improvements, Issue #451

This commit is contained in:
Wayne Warthen
2024-12-08 11:46:01 -08:00
parent a8f2aa71cc
commit efb9ac21f0
9 changed files with 9 additions and 5 deletions

View File

@@ -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

View File

@@ -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"