Changeset 12894
- Timestamp:
- Sep 28, 2009, 6:50:47 PM (15 years ago)
- Location:
- branches/purify/source
- Files:
-
- 3 edited
-
lisp-kernel/area.h (modified) (2 diffs)
-
lisp-kernel/pmcl-kernel.c (modified) (1 diff)
-
xdump/xppcfasload.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/purify/source/lisp-kernel/area.h
r12890 r12894 139 139 #ifdef LINUX 140 140 #ifdef PPC64 141 #define IMAGE_BASE_ADDRESS 0x 100000000L141 #define IMAGE_BASE_ADDRESS 0x50000000000L 142 142 #else 143 143 #define IMAGE_BASE_ADDRESS 0x31000000 … … 191 191 #endif 192 192 193 #if def X8664193 #if (WORD_SIZE==64) 194 194 #define PURESPACE_RESERVE 0x2000000000LL /* 128 GB */ 195 195 #define PURESPACE_SIZE (1LL<<30LL) -
branches/purify/source/lisp-kernel/pmcl-kernel.c
r12892 r12894 378 378 #endif 379 379 #ifdef PPC 380 #define MAXIMUM_MAPPABLE_MEMORY ( 128L<<30L)380 #define MAXIMUM_MAPPABLE_MEMORY (512L<<30L) 381 381 #endif 382 382 #endif -
branches/purify/source/xdump/xppcfasload.lisp
r5649 r12894 133 133 #+linuxppc-target :linuxppc64 134 134 #+darwinppc-target :darwinppc64 135 :image-base-address #x 100000000135 :image-base-address #x50000000000 136 136 :nil-relative-symbols ppc::*ppc-nil-relative-symbols* 137 137 :static-space-init-function 'ppc64-initialize-static-space 138 :purespace-reserve (ash 64 20)138 :purespace-reserve (ash 128 30) 139 139 :static-space-address (ash 2 12) 140 140 ))
Note:
See TracChangeset
for help on using the changeset viewer.
