Skip to content

Commit

Permalink
Add NVRAM Configure to Main RomLdr Help
Browse files Browse the repository at this point in the history
See Issue #451
  • Loading branch information
wwarthen committed Dec 7, 2024
1 parent 007e8a3 commit 8f75441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/HBIOS/romldr.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2495,6 +2495,7 @@ str_help .db "\r\n"
.db "\r\n D - Device Inventory"
.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 V [<n>] - View/Set HBIOS Diagnostic Verbosity"
#endif
Expand Down

0 comments on commit 8f75441

Please sign in to comment.