Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split up the ARM9 code and data sections #883

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Wolfvak
Copy link
Collaborator

@Wolfvak Wolfvak commented Dec 1, 2024

Split up the ARM9 code (.text, .vectors) and data (.rodata, .data, .bss) sections into their own ELFs. This allows us to use more ARM9 WRAM while leaving the 128k BootROM mirror intact.

It also removes the warning about having an RWX segment, though it also creates warnings about having empty segments (arm-none-eabi-objcopy: arm9.elf: warning: empty loadable segment detected at vaddr=0x80a0000, is this intentional?, still looking into the exact flags to get rid of it).

…ss) sections into their own ELFs.

This allows us to use more ARM9 WRAM while leaving the 128k BootROM mirror intact.
ihaveamac added a commit to ihaveamac/GodMode9 that referenced this pull request Dec 2, 2024
@ihaveamac ihaveamac mentioned this pull request Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant