-
Notifications
You must be signed in to change notification settings - Fork 4
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
QEMU script does not boot #1
Comments
Ah, it needs to be |
Yea, and sorry for it taking so long; we just had some I've made a UEFI variant that can also run on real hardware, and here's a PR with README updates #5 :-) |
Besides using the ./QEMU -kernel cpukernel Note: The |
I noticed that the main README mentions a non-existent script, |
I tried running
./QEMU
, and qemu doesn’t boot:I don’t see any reference to
usbstick.xz
in theQEMU
file, so I tried./QEMU usbstick.xz
but got the same result.Can you clarify how the script is supposed to be run, or does it have a bug maybe?
BTW, in
README.md
, you call itTESTQEMU
, but the file is calledQEMU
.The text was updated successfully, but these errors were encountered: