Run SIMH and boot Unix and log on
as root.
| Create a dummy file for BBC BASIC
and set the file mode, for instance:
- with Unix v6: cp /unix /bin/bbcbasic, then chmod 755 /bin/bbcbasic
- with Unix v7: cp /unix /usr/bin/bbcbasic, then chmod 755 /usr/bin/bbcbasic
| Log off from Unix and shut down SIMH.
| Run UxFiler.
| Select the Unix disk image with, for instance:
file "C:\My Documents\PDP11\unix0_v6_rk.dsk"
| Select the Unix directory with the
bbcbasic file in with, for instance:
cd usr, cd bin.
| Copy the bbcbasic file into the
disk image with, for instance:
import "C:\My Documents\PDP11\bbcbasic" bbcbasic.
| Exit from UxFiler with
quit, rerun SIMH, boot Unix and log on.
| BBC BASIC is run by typing bbcbasic.
| | | | | | | | | |