-
Notifications
You must be signed in to change notification settings - Fork 997
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
uefi boot #343
Comments
Hello, Good job! Thank you very much for doing this! I think it would be good if you gathered all your UEFI-related work in a separate branch and opened a pull request. |
In my repo, dev* branches are for internal work and I will keep uefiboot branch to buildable. |
UEFIBOOT branch throws an error on build. I used Debian 11 gcc 10 and Ubuntu 22.04 gcc 11 but all reported an error on libgmp configuration: : error: cannot create .lineno; rerun with a POSIX shell |
Sorry, I had been tested on clang/llvm environment only. Maybe it's happened as Minix build tools don't contail autotools, but I'm not sure. |
Hi,
I'm trying to boot Minix from uefi loader.
I succeed half way. But I don't have enough time to complete.
Is someone interested, it's at https://github.com/nnonaka/minix
The text was updated successfully, but these errors were encountered: