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

Integration test uefi #225

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Integration test uefi #225

wants to merge 6 commits into from

Conversation

phip1611
Copy link
Collaborator

No description provided.

Not exactly sure why this distinction is necessary. But by looking at the
verbose cargo output, I found out that build.rs never found link.ld
Using Limine as bootloader has the main benefit that we easily can create
a hybrid-bootable ISO that can boot on UEFI and BIOS environments, but
we still have a Multiboot2 32-bit hand-off.

We only tested BIOS so far, but next, we can also extend our testing to
UEFI environments.
Since I don't use QEMU Multiboot1-direct boot anymore, we can use Multiboot2
here as well.

This also fights some problems with Limine which doesn't want to load the
Multiboot1 kernel in an UEFI environment.
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

Successfully merging this pull request may close these issues.

1 participant