From a46e05258c4850518bad815c2c70c7aa7d595411 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Mon, 24 Mar 2025 11:17:30 -0700 Subject: [PATCH] Clarify .COM File Location and Naming. Issue #511 --- Source/Doc/SystemGuide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/Doc/SystemGuide.md b/Source/Doc/SystemGuide.md index dcc80a89..53f94a27 100644 --- a/Source/Doc/SystemGuide.md +++ b/Source/Doc/SystemGuide.md @@ -464,8 +464,10 @@ of a system image before programming it to the ROM; or 2) easily switch between system images on the fly. During the RomWBW build process, one of the output files produced is an -actual CP/M application (an executable .COM program file). Once you have -a running CP/M (or compatible) system, you can upload/copy this +actual CP/M application (an executable .COM program file). Like the +normal .ROM files, this file is placed in the Binary directory with the +same names as the ROM file, but with the file extension of .ROM. Once +you have a running CP/M (or compatible) system, you can upload/copy this application file to the filesystem. By executing this file, you will initiate an Application Boot using the system image contained in the application file itself.