* (hopefully) improve the loadup-full process
* go back to rebuilding in {CORE} and copy when done
* I think these fix the loadups problem
* perhaps unnecessary update but useful test'
* WIP: more loadup cleanup
* brute force: close open files when done loadup
* new loadups to match
12 lines
252 B
Common Lisp
12 lines
252 B
Common Lisp
(* "make init files; this file is loaded as a 'greet' file by scripts/loadup-init.sh")
|
|
|
|
(CNDIR (MEDLEYDIR "tmp"))
|
|
(DRIBBLE "init.dribble")
|
|
(MOVD 'NILL 'PAGEFULLFN)
|
|
(LOAD (MEDLEYDIR "sources" "MAKEINIT.LCOM"))
|
|
(MAKEINITGREET)
|
|
(DRIBBLE)
|
|
(LOGOUT T)
|
|
STOP
|
|
|