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

run directly as EFI app #3

Open
orangecms opened this issue Feb 11, 2024 · 0 comments
Open

run directly as EFI app #3

orangecms opened this issue Feb 11, 2024 · 0 comments

Comments

@orangecms
Copy link
Member

The code could be taken in part to run directly as an EFI app, so you could use the x86 EFI target (Rust supports that now :)) and run it in QEMU directly in combo with OVMF.

Roughly, this should do:

qemu-system-x86_64 -kernel ems-for-uefi -bios OVMF.fd -nographic

taken from #2.

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

1 participant