Planet MVS MVSintosh :: MVS and Macintosh Tritus/SPF on the Macintosh (using DOSBox) |
Configuring Tritus/SPF |
Tip: If you have never or infrequently used the Terminal application, a hint is that you can type "cd " on the command line and then drag a folder from a Finder window to it. This will paste in a directory. You can then hit enter to change to that directory instead of having to figure out the path yourself. |
/Users/dave/DOSBoxThis is the same directory as: "~/DOSBox" which is used in the rest of this guide.
Daves-Computer:~/DOSBox dave$ ls -al total 16 drwxr-xr-x 5 dave dave 170 Jan 31 23:25 . drwxr-xr-x 48 dave dave 1632 Feb 1 00:07 .. -rw-r--r-- 1 dave dave 6148 Jan 31 23:53 .DS_Store drwxr-xr-x 5 dave dave 170 Jan 31 23:53 data drwxr-xr-x 171 dave dave 5814 Mar 26 2005 tispf |
mount c ~/DOSBox/tispf
c:
dir
mount d ~/DOSBox/data
d:
dir
config -writeconf /Users/yourname/DOSBox/dosbox.confNote: for some reason it wouldn't take ~/DOSBox/dosbox.conf
[autoexec] # Lines in this section will be run at startup. mount c ~/DOSBox/tispf mount d ~/DOSBox/data c: tspfl |
You should see the "DOSBox Preferences" file, for example:cd ~/Library/Preferences ls -al DOSBox*
Daves-Computer:~ dave$ cd ~/Library/Preferences Daves-Computer:~/Library/Preferences dave$ ls -al DOSBox* -rw-r--r-- 1 dave dave 5927 Feb 1 00:11 DOSBox Preferences Daves-Computer:~/Library/Preferences dave$