-
Notifications
You must be signed in to change notification settings - Fork 28
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
It does not work on qemu #2
Comments
Yes indeed currently HermiTux does not run on top of Qemu. There is a bit of work needed to allow it:
|
I have some advices:
|
dup2 implementation
It fails on uhyve because of
KVM_ENABLE_CAP
inuhyve.c
. So, I just comment this section, then it works ok.However, it doesn't work on qemu. When I set
HERMIT_ISLE=qemu
, kernel can't run without error report. I also tryqemu -kernel ldhermit.elf
, it seems that the kernel doesn't boot at all.My host OS is ubuntu 14.04
The text was updated successfully, but these errors were encountered: