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

enable CONFIG_IA32_EMULATION in kernel config #9

Merged
merged 1 commit into from
Nov 14, 2015
Merged

enable CONFIG_IA32_EMULATION in kernel config #9

merged 1 commit into from
Nov 14, 2015

Conversation

saljam
Copy link
Contributor

@saljam saljam commented Nov 11, 2015

This lets us run 32-bit i386 binaries on the x86_64 kernel. See issue #8.

$ echo 'package main; func main(){println("hello world")}' > hello.go
$ GOARCH=386 GOOS=linux go build hello.go
$ scp hello $(make ip):
$ ssh $(make ip) ./hello
hello world

This lets us run 32-bit i386 binaries on the x86_64 kernel. See issue #8.
@ailispaw
Copy link
Owner

Hi @saljam ,
I had flown from San Jose to Japan.
I will check it out later when I get some time.

@ailispaw ailispaw merged commit 0554c0b into ailispaw:master Nov 14, 2015
@ailispaw
Copy link
Owner

@saljam Thank you so much.

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

Successfully merging this pull request may close these issues.

2 participants