Skip to content
Snippets Groups Projects
Commit 19217eca authored by wlott's avatar wlott
Browse files

Conditionalize the RT support for only on the RT.

parent a5544c4d
No related branches found
No related tags found
No related merge requests found
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/validate.h,v 1.6 1991/02/16 01:01:39 wlott Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/validate.h,v 1.7 1991/03/15 03:19:10 wlott Exp $ */
#if !defined(_INCLUDE_VALIDATE_H_)
#define _INCLUDE_VALIDATE_H_
#ifdef ibmrt
#define READ_ONLY_SPACE_START (0x00100000)
#define READ_ONLY_SPACE_SIZE (0x03F00000)
#define READ_ONLY_SPACE_SIZE (0x03F00000)
#else
#define READ_ONLY_SPACE_START (0x01000000)
#define READ_ONLY_SPACE_SIZE (0x03000000)
#endif
#define STATIC_SPACE_START (0x04000000)
#define STATIC_SPACE_SIZE (0x02000000)
......
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