mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-30 06:20:28 +00:00
Fiddle around with Mach-O
This commit is contained in:
parent
6881a2ecea
commit
b852650c08
13 changed files with 343 additions and 85 deletions
|
@ -199,6 +199,11 @@
|
|||
#define SKEW 0
|
||||
#endif
|
||||
|
||||
#ifdef __aarch64__
|
||||
#undef PAGESIZE
|
||||
#define PAGESIZE 16384
|
||||
#endif
|
||||
|
||||
ENTRY(_start)
|
||||
|
||||
PHDRS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue