Fiddle around with Mach-O

This commit is contained in:
Justine Tunney 2023-05-17 02:29:30 -07:00
parent 6881a2ecea
commit b852650c08
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
13 changed files with 343 additions and 85 deletions

View file

@ -199,6 +199,11 @@
#define SKEW 0
#endif
#ifdef __aarch64__
#undef PAGESIZE
#define PAGESIZE 16384
#endif
ENTRY(_start)
PHDRS {