3 This code was written as part of the CMU Common Lisp project at
4 Carnegie Mellon University, and has been placed in the public domain.
13 #define CORE_PAGESIZE OS_VM_DEFAULT_PAGESIZE
14 #define CORE_MAGIC (('C' << 24) | ('O' << 16) | ('R' << 8) | 'E')
16 #define CORE_NDIRECTORY 3861
17 #define CORE_VALIDATE 3845
18 #define CORE_VERSION 3860
19 #define CORE_MACHINE_STATE 3862
20 #define CORE_INITIAL_FUNCTION 3863
22 #define DYNAMIC_SPACE_ID (1)
23 #define STATIC_SPACE_ID (2)
24 #define READ_ONLY_SPACE_ID (3)
27 #if !(defined(alpha) || defined(__x86_64))
42 extern lispobj load_core_file(const char *file, fpu_mode_t *fpu_type);