You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only two differences are that it passes an additional `-bios` argument and that it uses the `UEFI_IMAGE` instead of the `BIOS_IMAGE`.
1040
+
The only two differences are that it passes two additional `-drive if=pflash,..` arguments to load UEFI firmware (`OVMF_CODE.fd`) and writable NVRAM (`OVMF_VARS.fd`), and that it uses the `UEFI_IMAGE` instead of the `BIOS_IMAGE`.
1032
1041
Using a quick `cargo run --bin qemu-uefi`, we can confirm that it works as intended.
1033
1042
1034
-
1035
1043
### Screen Output
1036
1044
1037
1045
While we see some screen output from the bootloader, our kernel still does nothing.
0 commit comments