Skip to content
Snippets Groups Projects
Commit a6dee86c authored by ram's avatar ram
Browse files

Updated for 17b.

parent 37133332
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,8 @@ directory that is to be the root of the tree, then type: ...@@ -34,8 +34,8 @@ directory that is to be the root of the tree, then type:
uncompress <file.tar.Z | tar xf - . uncompress <file.tar.Z | tar xf - .
As of 12/11/92, the latest SunOS Sparc release is: As of 12/11/92, the latest SunOS Sparc release is:
16f-sun4c_41.tar.Z (6.8 meg) 17b-sun4c_41.tar.Z (6.8 meg)
16f-extra-sun4c_41.tar.Z (3.5 meg) 17b-extra-sun4c_41.tar.Z (3.6 meg)
The first file holds binaries and documentation for the basic Lisp system, The first file holds binaries and documentation for the basic Lisp system,
while the second `-extra' file contains the Hemlock editor, the graphical while the second `-extra' file contains the Hemlock editor, the graphical
...@@ -68,19 +68,18 @@ template that sets up environment variables and then runs CMU CL. You may ...@@ -68,19 +68,18 @@ template that sets up environment variables and then runs CMU CL. You may
want to have your EMACS maintainer place doc/cmu-user.info in the info root, or want to have your EMACS maintainer place doc/cmu-user.info in the info root, or
you can setenv INFOPATH to include the doc/ directory. you can setenv INFOPATH to include the doc/ directory.
To load in Hemlock or CLX and save an augmented Lisp image, run lib/config. To load in CLX, the Motif interface and windowing debugger, or Hemlock and save
This runs `lisp' on `lib/config.lisp', which uses an interactive dialog to an augmented Lisp image, run lib/config. This runs `lisp' on
determine what systems to load and where to save the result. The default `lib/config.lisp', which uses an interactive dialog to determine what systems
output is to overwrite library:lisp.core. To avoid overwriting the running to load and where to save the result. The default output is to overwrite
Lisp image, any existing image is renamed to `lisp.core.BAK'; this file may be library:lisp.core. To avoid overwriting the running Lisp image, any existing
manually deleted to save disk space. image is renamed to `lisp.core.BAK'; this file may be manually deleted to save
disk space.
SunOS/SPARC Notes: SunOS/SPARC Notes:
Note: The regular release of CMU CL does not run on SPARC 10 systems, since With this release, CMU CL should require no special effort to run on Sparc10's
the stack has been moved. Pick up the file 16f-sun4m_413.core.Z, under SunOS. Solaris is still not supported.
uncompress it, and use it instead of the lisp.core from the regular
release.
At least 16 meg of memory is recommended, and more is better. Your system At least 16 meg of memory is recommended, and more is better. Your system
maintainer may need to configure extra paging space for large Lisp application. maintainer may need to configure extra paging space for large Lisp application.
...@@ -98,7 +97,8 @@ Running CMU CL: ...@@ -98,7 +97,8 @@ Running CMU CL:
Run "lisp". If Hemlock is loaded, you can also "lisp -edit". Hemlock will Run "lisp". If Hemlock is loaded, you can also "lisp -edit". Hemlock will
use X if the DISPLAY environment variable is defined, otherwise it will use use X if the DISPLAY environment variable is defined, otherwise it will use
terminal i/o based on TERM and /etc/termcap. terminal i/o based on TERM and /etc/termcap. If the Motif debugger is loaded,
it will be invoked on errors and by INSPECT.
Source availability: Source availability:
...@@ -109,8 +109,8 @@ packages: PCL and CLX. Although these packages are copyrighted, they may be ...@@ -109,8 +109,8 @@ packages: PCL and CLX. Although these packages are copyrighted, they may be
freely distributed without any licensing agreement or fee. freely distributed without any licensing agreement or fee.
The release area contains a source distribution, which is an image of all the The release area contains a source distribution, which is an image of all the
".lisp" source files used to build version 16f: ".lisp" source files used to build version 17b:
16f-source.tar.Z (3.6 meg) 17b-source.tar.Z (4.9 meg)
All of our files (including the release area) are actually in the AFS file All of our files (including the release area) are actually in the AFS file
system. On the release machines, the FTP server's home is the release system. On the release machines, the FTP server's home is the release
...@@ -137,7 +137,7 @@ Miscellaneous Lisp run-time code: ...@@ -137,7 +137,7 @@ Miscellaneous Lisp run-time code:
/afs/cs/project/clisp/src/beta/code/*.lisp /afs/cs/project/clisp/src/beta/code/*.lisp
C run-time code: C run-time code:
/afs/cs/project/clisp/src/beta/ldb/* /afs/cs/project/clisp/src/beta/lisp/*
A very drafty version of an internal design document: (160 pages) Some of A very drafty version of an internal design document: (160 pages) Some of
the "tex" files may be more humanly readable, since many formatting the "tex" files may be more humanly readable, since many formatting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment