From f23aaaba0f0af0924daff9c93718aec3f2f69705 Mon Sep 17 00:00:00 2001 From: ken rector Date: Thu, 6 Oct 2022 22:23:06 -0700 Subject: [PATCH] added suggestion for modifying the .ini file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3df34ee..a524659 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository includes a bootable master system tape and a .ini file that can ## Files cpcp.tap is a bootable CP-V PO tape created by Andrews University to support their hardware and C00 release software configuration. -sigma.ini is a simh initialization file containing hardware definition and attach commands to setup the simulator to match the Andrews University CP-V configuration. +sigma.ini is a simh initialization file containing hardware definition and attach commands to setup the simulator to match the Andrews University CP-V configuration. You may wish to modify this file, particularly the MT and DP attach commands to suit your personal environment. cpcpdoc.txt file is a description of installing and running CP-V using siggy, a dos based simulator written by Keith and George Plume in th 90's. Simh procedures will be different to siggy but the CP-V interactions will be the same. Experience with simh will be valuable.