Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
99dbf41d
Commit
99dbf41d
authored
31 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
8cd0e720
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/internals/architecture.tex
+2
-1
2 additions, 1 deletion
docs/internals/architecture.tex
with
2 additions
and
1 deletion
docs/internals/architecture.tex
+
2
−
1
View file @
99dbf41d
...
...
@@ -237,7 +237,7 @@ is to make a fake lisp.nm file that has nothing in it by a version number:
\end{verbatim}
and then run genesis with NIL for the list of files:
\begin{verbatim}
* (load ".../compiler/generic/genesis")
* (load ".../compiler/generic/
new-
genesis")
; compile before loading
* (lisp::genesis nil ".../lisp/lisp.nm" "/dev/null"
".../lisp/lisp.map" ".../lisp/lisp.h")
\end{verbatim}
...
...
@@ -300,6 +300,7 @@ system. These symbols are:
\item
[:no-clx]
don't load CLX.
\item
[:no-hemlock]
don't load hemlock.
\item
[:no-pcl]
don't load PCL.
\item
[:runtime]
build a runtime code, implies all of the above, and then some.
\end{description}
Note: if you don't load the compiler, you can't (successfully) load the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment