diff options
| author | forsyth <forsyth@vitanuova.com> | 2012-05-09 13:17:05 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2012-05-09 13:17:05 +0100 |
| commit | 73500e27daa267189e5cf91110ab373a3e9302e6 (patch) | |
| tree | 734a0666c8fce6eceafd6bf818b2e5245229d157 /utils/libmach/k.c | |
| parent | 8f1b8d8700778e788c4644f5ac368fcb46ffe574 (diff) | |
20120509-1317
Diffstat (limited to 'utils/libmach/k.c')
| -rw-r--r-- | utils/libmach/k.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/libmach/k.c b/utils/libmach/k.c index 30ae15a0..9b0a45e7 100644 --- a/utils/libmach/k.c +++ b/utils/libmach/k.c @@ -108,7 +108,8 @@ Mach msparc = 0, /* value */ 0x1000, /* page size */ 0xE0000000, /* kernel base */ - 0, /* kernel text mask */ + 0xE0000000, /* kernel text mask */ + 0x7FFFFFFF, /* user stack top */ 4, /* quantization of pc */ 4, /* szaddr */ 4, /* szreg */ |
