mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 00:38:31 +00:00
Fix the cosmocc ar commands
This commit is contained in:
parent
f5b39e9f31
commit
b494d56549
4 changed files with 19 additions and 64 deletions
|
@ -1082,8 +1082,8 @@ ape_pe: .ascin "PE",4
|
|||
.long 0 // Checksum
|
||||
.short v_ntsubsystem // Subsystem: 0=Neutral,2=GUI,3=Console
|
||||
.short v_ntdllchar // DllCharacteristics
|
||||
.quad 8 * 1024 * 1024 // StackReserve
|
||||
.quad 64 * 1024 // StackCommit
|
||||
.quad 0x30000 // StackReserve
|
||||
.quad 0x30000 // StackCommit
|
||||
.quad 0 // HeapReserve
|
||||
.quad 0 // HeapCommit
|
||||
.long 0 // LoaderFlags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue