libmach: power64 catch up

This commit is contained in:
Jacob Moody 2023-11-03 15:34:48 +00:00
parent 7b63c05b21
commit fe53c0930e
4 changed files with 2546 additions and 10 deletions

View file

@ -109,7 +109,7 @@ Mach mpower64 =
"LR", /* name of link register */
"setSB", /* static base register name */
0, /* value */
0x100000, /* page size (TODO, too many choices) */
0x1000, /* page size (TODO, too many choices) */
0xffffffff80000000ull, /* kernel base (TODO, likely incorrect) */
0xf000000000000000ull, /* kernel text mask (TODO, likely incorrect) */
0x00007ffffff00000ull, /* user stack top (TODO, likely incorrect) */

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,6 @@
</$objtype/mkfile
TEST=\
q\
</sys/src/cmd/mktest

1323
sys/src/libmach/test/q.c Normal file

File diff suppressed because it is too large Load diff