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

Update elf-loader linkfile #662

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

fjtrujy
Copy link
Member

@fjtrujy fjtrujy commented Sep 6, 2024

Description

This PR is to update the linkfile used on the elf-loader.
The current linkfile doesn't work properly if we need to use heap memory.
In theory current elf-loader doesn't use Heap, however, it uses some functions from newlib so we can't easily guess if it is using internally heap or not, so let's update & fix the linkfile anyway.

More info here: ps2dev/ps2link#56

Cheers.

@fjtrujy fjtrujy merged commit ec28ed8 into ps2dev:master Sep 6, 2024
3 checks passed
@fjtrujy fjtrujy deleted the fixLinkfileELFLoader branch September 6, 2024 12:39
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