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
8bc08fc7
Commit
8bc08fc7
authored
20 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Fix a typo and correct the table of space addresses.
parent
3e0a1c82
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lisp/sparc-validate.h
+4
-4
4 additions, 4 deletions
lisp/sparc-validate.h
with
4 additions
and
4 deletions
lisp/sparc-validate.h
+
4
−
4
View file @
8bc08fc7
/*
/*
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sparc-validate.h,v 1.1
7
2004/0
4/28 04:29:37
rtoy Exp $
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sparc-validate.h,v 1.1
8
2004/0
5/13 14:32:08
rtoy Exp $
This code was written as part of the CMU Common Lisp project at
This code was written as part of the CMU Common Lisp project at
Carnegie Mellon University, and has been placed in the public domain.
Carnegie Mellon University, and has been placed in the public domain.
...
@@ -28,8 +28,8 @@
...
@@ -28,8 +28,8 @@
* 0x20000000->0x28000000 128M Binding stack growing up.
* 0x20000000->0x28000000 128M Binding stack growing up.
* 0x28000000->0x38000000 256M Static Space.
* 0x28000000->0x38000000 256M Static Space.
* 0x38000000->0x40000000 128M Control stack growing up.
* 0x38000000->0x40000000 128M Control stack growing up.
* 0x40000000->0x
c
0000000 2
048
M Dynamic space 1
* 0x40000000->0x
f
0000000 2
816
M Dynamic space 1
* 0x
c
0000000->0xffffffff 1024M C stack, dynamic libs, etc.
* 0x
f
0000000->0xffffffff 1024M C stack, dynamic libs, etc.
*
*
* But look at the definitions below to see how much is really
* But look at the definitions below to see how much is really
* allocated. The numbers above are the maximums allowed. We might
* allocated. The numbers above are the maximums allowed. We might
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
* further, but Casper H.S. Dik says shared libraries are loaded
* further, but Casper H.S. Dik says shared libraries are loaded
* directly under the stack, so we need to leave some space for the C
* directly under the stack, so we need to leave some space for the C
* stack and shared libraries. He also says the top of stack is
* stack and shared libraries. He also says the top of stack is
* 0xffbf000 for Ultrasparcs in Solaris 7+, but it's 0xf0000000 for
* 0xffbf000
0
for Ultrasparcs in Solaris 7+, but it's 0xf0000000 for
* sun4m (and 4u in S2.6-) 0xe0000000 for sun4d)
* sun4m (and 4u in S2.6-) 0xe0000000 for sun4d)
*
*
* Shared libraries can be mapped anywhere there's room.
* Shared libraries can be mapped anywhere there's room.
...
...
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