be42dede4de5fa102105a78724a0d613f35be154
[projects/cmucl/cmucl.git] / src / lisp / hppa-validate.h
1 /*
2
3  $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/hppa-validate.h,v 1.5 2005/01/13 19:55:00 fgilham Rel $
4
5  This code was written as part of the CMU Common Lisp project at
6  Carnegie Mellon University, and has been placed in the public domain.
7
8 */
9
10 #ifndef _HPPA_VALIDATE_H_
11 #define _HPPA_VALIDATE_H_
12
13 #define READ_ONLY_SPACE_START   (0x20000000)
14 #define READ_ONLY_SPACE_SIZE    (0x08000000)
15
16 #define STATIC_SPACE_START      (0x28000000)
17 #define STATIC_SPACE_SIZE       (0x08000000)
18
19 #define DYNAMIC_0_SPACE_START   (0x30000000)
20 #define DYNAMIC_1_SPACE_START   (0x50000000)
21 #define DYNAMIC_SPACE_SIZE      (0x20000000)
22
23 #define CONTROL_STACK_START     (0x70000000)
24 #define CONTROL_STACK_SIZE      (0x00100000)
25
26 #define BINDING_STACK_START     (0x71000000)
27 #define BINDING_STACK_SIZE      (0x00100000)
28
29 #endif /* _HPPA_VALIDATE_H_ */