Last change
on this file since 3232 was 10, checked in by bird, 22 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
262 bytes
|
Line | |
---|
1 | /* Definitions that are needed for core files. Core section sizes for
|
---|
2 | the DPX2 are in bytes. */
|
---|
3 |
|
---|
4 | #include <sys/param.h>
|
---|
5 | #define NBPG 1
|
---|
6 | #define UPAGES (USIZE * NBPP)
|
---|
7 | #define HOST_DATA_START_ADDR (u.u_exdata.ux_datorg)
|
---|
8 | #define HOST_STACK_END_ADDR (USERSTACK)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.