mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-18 20:38:39 +01:00
b67b6a17a6
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15072 a95241bf-73f2-0310-859d-f6bbb57e9c96
11 lines
308 B
C
11 lines
308 B
C
/* RISC/os 4.52C, and presumably other versions. */
|
|
|
|
#include <bsd43/machine/machparam.h>
|
|
#include <bsd43/machine/vmparam.h>
|
|
|
|
#define NBPG BSD43_NBPG
|
|
#define UPAGES BSD43_UPAGES
|
|
#define HOST_TEXT_START_ADDR BSD43_USRTEXT
|
|
#define HOST_DATA_START_ADDR BSD43_USRDATA
|
|
#define HOST_STACK_END_ADDR BSD43_USRSTACK
|