blob: ea6395f2e5d73b19e783e02a71fea41ffb6c451a (
plain)
1
2
3
4
5
6
7
8
|
/* Definitions that are needed for core files. Core section sizes for
the DPX2 are in bytes. */
#include <sys/param.h>
#define NBPG 1
#define UPAGES (USIZE * NBPP)
#define HOST_DATA_START_ADDR (u.u_exdata.ux_datorg)
#define HOST_STACK_END_ADDR (USERSTACK)
|