-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
11,730 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
log_progress "ENTERING BUILD SCRIPT: HAUNT" | ||
|
||
respond "*" ":cwd haunt\r" | ||
|
||
# build ops4 | ||
respond "*" "complr\013" | ||
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" | ||
|
||
# build compile haunt lisp code | ||
respond "*" "complr\013" | ||
respond "_" "haunt;_haunt;comman lsp\r" | ||
respond "_" "haunt;_haunt;haunt lsp\r" | ||
respond "_" "haunt;_haunt;slurp lsp\r" | ||
respond "_" "haunt;_haunt;tlist lsp\r" | ||
respond "_" "haunt;_haunt;user lsp\r" | ||
respond "_" "\032" | ||
type ":kill\r" | ||
|
||
# dump haunt | ||
respond "*" ":haunt;ops4\r" | ||
respond "(CREATED" "(load '((haunt) haunt load))" | ||
respond ":\$Job Suspended\$" ":sl sys;purqio >\r" | ||
respond "*" ":pdump haunt;ts haunt\r" | ||
|
||
# make available in SYS: | ||
respond "*" ":link sys3;ts haunt,haunt;ts haunt\r" | ||
respond "*" ":link sys3;ts ops4,haunt;ts ops4\r" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
(SWITCHES TRACE NIL | ||
KEEP-LHS OFF) | ||
|
||
(SLURP USER LSP) | ||
|
||
(PREDICATE <LT> <GT>) | ||
|
||
(RHS-FUNCTION <WRONG> <RAN> <SAV> <EXIT> | ||
<TIME-INCR> <SENTENCE> <CAPTOSM>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
(alloc ''(list (70000 76000 nil) fixnum (15000 22000 .1))) | ||
(linel t 79) | ||
(defun gco (x) nil) | ||
(setq gc-overflow 'gco) | ||
(load '((lisp) format fasl)) | ||
(load '((haunt) slurp fasl)) | ||
(load '((haunt) comman fasl)) | ||
(load '((haunt) tlist fasl)) | ||
(load '((haunt) haunt fasl)) | ||
;(lslurp comman lsp) | ||
;(lslurp tlist lsp) | ||
;(lslurp haunt lsp) | ||
(lslurp hauntp mps) | ||
(lslurp haunth mps) | ||
(lslurp haunto mps) | ||
(lslurp hauntb mps) | ||
(alloc ''(list (40000))) | ||
(sstatus flush nil) | ||
(begin) | ||
|
Oops, something went wrong.