-
Notifications
You must be signed in to change notification settings - Fork 7
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
kernel: support loading 32 bit binaries #8
Comments
Hi @saljam , Could you tell me more detail of your use case? |
Hi @ailispaw, thanks for answering quickly! With the current docker-root kernel, if I try to run a 32-bit i386 binary (e.g.
The binary is a normal 32-bit ELF file:
The docker-root kernel itself is 64-bit:
In order to be able to run 32-bit binaries, I can send a PR with the new config once I build a kernel to test this out, if you'd like. Edit: Oh and in my case I need to run that clang because it's part of the Android/FirefoxOS build process. |
I understand that. Yes, please send a PR and let me test it, too. |
Yep, same error message on both docker containers and the VM directly.
|
Fixed by #9. Thanks! |
The current kernel can't run 32 bit binaries, which are still sometimes useful. (e.g. they're used in the boot2gecko toolchain.)
CONFIG_IA32_EMULATION enables this.
The text was updated successfully, but these errors were encountered: