mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
libmach: power64 catch up
This commit is contained in:
parent
7b63c05b21
commit
fe53c0930e
4 changed files with 2546 additions and 10 deletions
|
@ -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
6
sys/src/libmach/test/mkfile
Normal file
6
sys/src/libmach/test/mkfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
</$objtype/mkfile
|
||||
|
||||
TEST=\
|
||||
q\
|
||||
|
||||
</sys/src/cmd/mktest
|
1323
sys/src/libmach/test/q.c
Normal file
1323
sys/src/libmach/test/q.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue