Skip to content

Commit

Permalink
mpcf: set DLDI size flag to 4KB
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Sep 23, 2023
1 parent ce26fe8 commit 623fc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mpcf/source/dldi_header.s
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.word 0xBF8DA5ED @ Magic number to identify this region
.asciz " Chishm" @ Identifying Magic string (8 bytes with null terminator)
.byte 0x01 @ Version number
.byte DLDI_SIZE_16KB
.byte DLDI_SIZE_4KB
.byte FIX_GOT | FIX_BSS @ Sections to fix
.byte 0x00 @ Space allocated in the application, not important here.

Expand Down

0 comments on commit 623fc91

Please sign in to comment.