-
Notifications
You must be signed in to change notification settings - Fork 13
Rework to compile with a 2022 toolchain #34
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Daniel Maslowski <[email protected]>
|
With a bunch of rework and dependency bumps, I could get the code to compile and run again. Now I'm seeing if I can get it to execute an actual payload, such as the example app from https://github.com/rust-osdev/uefi-rs. Note that the QEMU option for a VirtIO SCSI block device has been deprecated: I have added some debug prints for |
|
@orangecms, thank you very much for the contribution. It is great to see it works in 2022 toolchain. Would you please let me know the high level plan on your side? |
|
The main goal from my side is to get this to a quality level where it is useful. It may serve as a new basis for simplification.
For most of this, I have ideas for Fiedka, noted down in the following issues: |
Signed-off-by: Daniel Maslowski [email protected]