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

uefi boot #343

Open
nnonaka opened this issue Mar 15, 2023 · 4 comments
Open

uefi boot #343

nnonaka opened this issue Mar 15, 2023 · 4 comments

Comments

@nnonaka
Copy link

nnonaka commented Mar 15, 2023

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

@petershh
Copy link

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.

@nnonaka
Copy link
Author

nnonaka commented Mar 16, 2023

In my repo, dev* branches are for internal work and I will keep uefiboot branch to buildable.
I opend pull request for uefiboot branch.

@Phrunsys
Copy link

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
I had modified the buildvars to -V MKLLVM=no (because clang/llvm takes long to build) and -V MKGCCCMDS=yes
Any work arounds?

@nnonaka
Copy link
Author

nnonaka commented Mar 23, 2023

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 I had modified the buildvars to -V MKLLVM=no (because clang/llvm takes long to build) and -V MKGCCCMDS=yes Any work arounds?

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.

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

No branches or pull requests

3 participants