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:
3
build/sims/imlac
Normal file
3
build/sims/imlac
Normal file
@@ -0,0 +1,3 @@
|
||||
set bootstrap stty
|
||||
attach tty file sst21.iml
|
||||
go
|
||||
@@ -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 "$!"
|
||||
|
||||
Reference in New Issue
Block a user