|
@@ -81,7 +81,7 @@ struct user{
|
|
unsigned long magic; /* To uniquely identify a core file */
|
|
unsigned long magic; /* To uniquely identify a core file */
|
|
char u_comm[32]; /* User command that was responsible */
|
|
char u_comm[32]; /* User command that was responsible */
|
|
};
|
|
};
|
|
-#define NBPG PAGE_SIZE
|
|
|
|
|
|
+#define NBPG 4096
|
|
#define UPAGES 1
|
|
#define UPAGES 1
|
|
#define HOST_TEXT_START_ADDR (u.start_code)
|
|
#define HOST_TEXT_START_ADDR (u.start_code)
|
|
#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
|
|
#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
|