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

Support loading and launching statically linked executables #1140

Closed
wkozaczuk opened this issue May 18, 2021 · 1 comment · Fixed by #1254
Closed

Support loading and launching statically linked executables #1140

wkozaczuk opened this issue May 18, 2021 · 1 comment · Fixed by #1254

Comments

@wkozaczuk
Copy link
Collaborator

wkozaczuk commented May 18, 2021

That should be relatively easy and roughly match for these commits on the static-elf branch do:

Please note that implementing this is not enough to fully support the execution of statically linked executables. For that we need to implement other issues:

@wkozaczuk
Copy link
Collaborator Author

There are many good reviews/comments in this RFC patch (the @penberg's attempt to support statically linked executables from 7 years ago) - https://groups.google.com/g/osv-dev/c/PW3bkaVCuMg/m/g_bSFzJ4fVcJ. It seems that some elements like the support of futex and SYSCALL had been added then and improved over the years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant