libmach: change mach pgsize back from 4K to 2MB for amd64

the Mach page size is used to calculate segment alignment. its
not the real effective page size used by the kernel.

this fixes acid.
This commit is contained in:
cinap_lenrek 2014-02-03 22:39:07 +01:00
parent bfbb68a712
commit fefc7b526d

View file

@ -105,7 +105,7 @@ Mach mamd64=
0, /* link register */
"setSB", /* static base register name (bogus anyways) */
0, /* static base register value */
0x1000, /* page size */
0x200000, /* page size (for segment alignment) */
0xffffffff80110000ull, /* kernel base */
0xffff800000000000ull, /* kernel text mask */
0x00007ffffffff000ull, /* user stack top */