mirror of
https://github.com/PDP-10/its.git
synced 2026-02-23 15:52:10 +00:00
Added OPS4.
This commit is contained in:
@@ -171,6 +171,7 @@ if {$env(BASICS)!="yes"} {
|
||||
source $build/misc.tcl
|
||||
source $build/$cpu/processor.tcl
|
||||
source $build/lisp.tcl
|
||||
source $build/haunt.tcl
|
||||
if {$env(MACSYMA)=="yes"} {
|
||||
source $build/macsyma.tcl
|
||||
}
|
||||
|
||||
17
build/haunt.tcl
Normal file
17
build/haunt.tcl
Normal file
@@ -0,0 +1,17 @@
|
||||
log_progress "ENTERING BUILD SCRIPT: HAUNT"
|
||||
|
||||
respond "*" ":cwd haunt\r"
|
||||
|
||||
# build ops4
|
||||
respond "*" "complr\013"
|
||||
respond "_" "haunt;_haunt;ops4 lsp\r"
|
||||
respond "_" "\032"
|
||||
type ":kill\r"
|
||||
|
||||
# dump ops4
|
||||
respond "*" "lisp\013"
|
||||
respond "Alloc?" "n\r"
|
||||
respond "*" "(load '((haunt) ops4 load))"
|
||||
respond "T" "(dump-it)"
|
||||
respond ":\$Job Suspended\$" ":pdump haunt;ts ops4\r"
|
||||
type ":kill\r"
|
||||
@@ -766,6 +766,9 @@ gt40/bootvt.s09 197202050000.00
|
||||
gt40/vt07.bin29 197508142300.00
|
||||
gz/macn80.mid 198305031813.01
|
||||
gz/mmodem.181 198511261237.46
|
||||
haunt/ops4.load 202410180740.00
|
||||
haunt/ops4.lsp 198207011415.01
|
||||
haunt/user.lsp 198207011415.01
|
||||
humor/alices.pdp10 198505161952.01
|
||||
humor/dover.poem 198106262242.08
|
||||
humor/jargon.68 198308102314.15
|
||||
|
||||
Reference in New Issue
Block a user