diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index 1b72ee92..87f219a0 100644 Binary files a/Doc/RomWBW Applications.pdf and b/Doc/RomWBW Applications.pdf differ diff --git a/Doc/RomWBW Disk Catalog.pdf b/Doc/RomWBW Disk Catalog.pdf index d027baf4..0896624b 100644 Binary files a/Doc/RomWBW Disk Catalog.pdf and b/Doc/RomWBW Disk Catalog.pdf differ diff --git a/Doc/RomWBW Errata.pdf b/Doc/RomWBW Errata.pdf index cf7fd521..44170091 100644 Binary files a/Doc/RomWBW Errata.pdf and b/Doc/RomWBW Errata.pdf differ diff --git a/Doc/RomWBW System Guide.pdf b/Doc/RomWBW System Guide.pdf index a921c556..b5e4abed 100644 Binary files a/Doc/RomWBW System Guide.pdf and b/Doc/RomWBW System Guide.pdf differ diff --git a/Doc/RomWBW User Guide.pdf b/Doc/RomWBW User Guide.pdf index befcc36e..a72f4f9a 100644 Binary files a/Doc/RomWBW User Guide.pdf and b/Doc/RomWBW User Guide.pdf differ diff --git a/ReadMe.md b/ReadMe.md index d5b340a1..a492391b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -3,7 +3,7 @@ **RomWBW ReadMe** \ Version 3.5 \ Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \ -05 Dec 2024 +08 Dec 2024 # Overview diff --git a/ReadMe.txt b/ReadMe.txt index e4df4fbc..31fb331b 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,6 +1,6 @@ RomWBW ReadMe Wayne Warthen (wwarthen@gmail.com) -05 Dec 2024 +08 Dec 2024 diff --git a/Source/Doc/UserGuide.md b/Source/Doc/UserGuide.md index f19d0365..b198812a 100644 --- a/Source/Doc/UserGuide.md +++ b/Source/Doc/UserGuide.md @@ -573,14 +573,15 @@ For example, typing `H` 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 [] - Set Console Interface/Baud code V [] - View/Set HBIOS Diagnostic Verbosity [.] - 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 diff --git a/Source/HBIOS/romldr.asm b/Source/HBIOS/romldr.asm index e329c0d9..7386e798 100644 --- a/Source/HBIOS/romldr.asm +++ b/Source/HBIOS/romldr.asm @@ -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 [] - Set Console Interface/Baud code" + .db "\r\n I [] - Set Console Interface/Baud Rate" .db "\r\n V [] - View/Set HBIOS Diagnostic Verbosity" #endif .db "\r\n [.] - Boot Disk Unit/Slice"