1
0
mirror of synced 2026-03-09 04:30:27 +00:00

Main cleanup of new init process, scripts, etc (#243)

This commit is contained in:
Larry Masinter
2021-03-08 22:36:27 -08:00
committed by GitHub
parent ea9137f71f
commit 3e6e104d86
18 changed files with 15 additions and 73 deletions

View File

@@ -10,9 +10,9 @@ scr="-sc 1024x768 -g 1042x790"
rm -f ~/rem.cm
./run-medley $scr -greet $MEDLEYDIR/sources/LOADUP-FULL.LCOM $MEDLEYDIR/loadups/lisp.sysout
./run-medley $scr -greet $MEDLEYDIR/sources/LOADUP-FULL.LCOM $MEDLEYDIR/tmp/lisp.sysout
echo ----- made ----
ls -l loadups/full.sysout
ls -l tmp/full.sysout
echo ---------------

View File

@@ -14,5 +14,5 @@ mkdir -p "$MEDLEYDIR/tmp"
./run-medley $scr -greet "$MEDLEYDIR"/sources/LOADUP-INIT.LISP -full
echo ---- made ----
ls -l tmp loadups/init*
ls -l tmp
echo --------------

View File

@@ -10,9 +10,9 @@ fi
scr="-sc 1024x768 -g 1042x790"
./run-medley $scr -greet $MEDLEYDIR/sources/YREM.CM tmp/init-mid.sysout
./run-medley $scr -greet $MEDLEYDIR/sources/LOADUP-LISP.CM tmp/init-mid.sysout
echo ----- created: -------
ls -l loadups/lisp.sysout
ls -l tmp/lisp.sysout tmp/lisp.dribble
echo ----------------------

View File

@@ -10,7 +10,7 @@ fi
mkdir -p "$MEDLEYDIR/tmp"
scr="-sc 1024x768 -g 1042x790"
./run-medley -prog ldeinit -greet $MEDLEYDIR/sources/XREM.CM $scr -vmem tmp/init-mid.sysout loadups/init.dlinit
./run-medley -prog ldeinit -greet $MEDLEYDIR/sources/XREM.CM $scr -vmem tmp/init-mid.sysout tmp/init.dlinit
echo ---- made ----
ls -l tmp/

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -1,10 +1,7 @@
(* "make init files")
(* "make init files; this file is loaded as a 'greet' file by scripts/loadup-init.sh")
(CNDIR (MEDLEYDIR "tmp"))
(MOVD 'NILL 'PAGEFULLFN)
(LOAD (MEDLEYDIR "sources" "MAKEINITGREET.LCOM"))
(PROGN (DRIBBLE "makeinit.dribble")
(BKSYSBUF " ")
(MAKEINITGREET)
(DRIBBLE)
(LOAD (MEDLEYDIR "sources" "MAKEINIT.LCOM"))
(PROGN (MAKEINITGREET)
(LOGOUT T))

File diff suppressed because one or more lines are too long

BIN
sources/LOADUP-LISP.CM Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,5 @@
(RPAQQ SI::*CLOSURE-CACHE-ENABLED* NIL)
(QUOTE (\\TEDIT.BLTCHAR \\MAIKO.PUNTBLTCHAR SI::*CLOSURE-CACHE* XCL::*DELETED-IMPLICIT-HASH-SLOT* ))
(PUTPROPS MAIKOINIT COPYRIGHT ("Venue" 1990))
(QUOTE ( SI::*CLOSURE-CACHE* XCL::*DELETED-IMPLICIT-HASH-SLOT* ))
STOP

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -1 +0,0 @@
(DEFINE-FILE-INFO READTABLE "INTERLISP" PACKAGE "INTERLISP")

Binary file not shown.