1. |
Remove any previous Symbolic linked files (if any): |
|
|
cd ~/xtrs/xtrs-4.9d
sudo rm disk4-0
sudo rm disk4-1
|
|
|
Notes: |
|
|
Model 1 files will be disk1-0, disk1-1, disk1-2, disk1-3 |
|
|
Model 3 files will be disk3-0, disk3-1, disk3-2, disk3-3 |
|
|
Model 4 files will be disk4-0, disk4-1, disk4-2, disk4-3 |
|
|
And real hardware drives can be used via Symbolic linking. |
|
2. |
Copy Model I, Model III, Model 4, and Model 4P ROM image files to /usr/local/lib/xtrs |
|
|
cd ~/xtrs
sudo cp level2.rom /usr/local/lib/xtrs/level2rom.hex
sudo cp model3.rom /usr/local/lib/xtrs/romimage.m3
sudo cp model4.rom /usr/local/lib/xtrs/romimage.m4
sudo cp model4p.rom /usr/local/lib/xtrs/romimage.m4p
exit
|
|
|
(The above assumes that the ROM files are included in the xtrs subdirectory). |
|
3. |
Locate the .DSK or .DMK (NEWDOS, DOSPLUS, LDOS, TRSDOS, ULTRADOS, MULTIDOS, or MONTEZUMA MICRO CP/M) OS files you will use: (If you are using Montezuma Micro 2.31 CP/M, use mkdisk to reset the write protect attribute of the file, so you can use CONFIG to change the Drive Parameters and save the settings. If you don’t change the file to unprotected, you won’t be able to save the parameters so the settings won’t survive a reboot.) |
|
|
mkdisk -u -k filename.dmk
mkdisk -u -k MMCPM231.DSK
|
|
|
4. |
Create the Symbolic Links to the files you will use, and to real TRS-80 Model 1, 3, or 4 Drives: |
|
|
ln -s /home/larry/xtrs/Mmcpm231/MMCPM231.DSK disk4-0
ln -s /home/larry/xtrs/Mmcpm231/MMTOOLS.DSK disk4-1
ln -s /dev/fd0 disk4-2
ln -s /dev/fd1 disk4-3
|
|
|
5. |
Run xtrs (adjust keystretch down to around 500 from 4000 to prevent multiple keystrokes depending on how fast your Host system is running): |
|
|
/usr/local/bin/xtrs -keystretch 400 -autodelay -model 4 -romfile ~/xtrs/ROMS/model4.rom -diskdir .
|
|
|
Use the F8 Function Key to EXIT the Emulator. Use the F11 Function Key for HELP on the Emulator. |
|
6. |
There is a man page with lots more information located here |
|
7. |
Now you have the full running Radio Shack OS of your choice available, assuming you know how to operate the Old Radio Shack Model 1, 3, 4, & 4P Computers. |
|
8. |
Copy the saved xtrs-usr-share-doc folder to /usr/share/doc/xtrs.
To get these documents you need to install the version in the repo’s and then copy the files to a flash drive or your hard drive’s temporary storage location. That was why Larry named the folder xtrs-usr-share-doc. If you just compile the source, you won’t get the packaged documents that are included in the source release. So, Larry installed the version from the repo, copied the docs, and then uninstalled the repo version by using Synaptics package manager, and compiled the source. After that Larry just copied the documentation to where it needed to be.
|
|
sudo cp ~/path/to/saved/usr-share-doc/folder /usr/share/doc/xtrs
exit
|
|