1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-21 00:48:06 +00:00

Start Imlac with SST21.

This commit is contained in:
Lars Brinkhoff
2019-01-22 21:27:38 +01:00
parent 549e96694f
commit 94802880ea
2 changed files with 8 additions and 0 deletions

3
build/sims/imlac Normal file
View File

@@ -0,0 +1,3 @@
set bootstrap stty
attach tty file sst21.iml
go

View File

@@ -24,6 +24,11 @@ gt40() {
started GT40 "$!"
}
imlac() {
(sleep 3; tools/simlac/imlac/bin/Debug/sImlac.exe build/sims/imlac >imlac.log 2>&1) &
started Imlac "$!"
}
tv11() {
(sleep 3; tools/tv11/tv11 -p 10011 localhost >tv11.log 2>&1) &
started TV-11 "$!"