mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-02-13 11:34:44 +00:00
- build directory has a Makefile which does the building instead
of using various scripts in tools.
- top level Makefile builds tools and the build subdirectory
- images get installed in an images directory
- simplified build instructions documented in Readme
- tape image no longer needed in svn. built by build.
- simh now references files in the images directory.
23 lines
354 B
INI
Executable File
23 lines
354 B
INI
Executable File
#!tools/pdp11
|
|
set cpu 11/20
|
|
set cpu 32K
|
|
set rk0 enabled
|
|
att rk0 images/rk0.dsk
|
|
set rf 2p
|
|
set rf enabled
|
|
attach rf images/rf0.dsk
|
|
set tc enabled
|
|
att tc images/tape
|
|
set hk disabled
|
|
set rha disabled
|
|
set tm disabled
|
|
set rx disabled
|
|
set rl disabled
|
|
set tq disabled
|
|
set tc enabled
|
|
set rf enabled
|
|
set ke enabled
|
|
set cpu history=1000
|
|
load images/loadfile
|
|
go 400
|