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
{{ message }}
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
[from Trammell Hudson on u-root Slack channel]
I tried building ModernFW and am not sure how to proceed with it. Built it with:
cd OvmfPkg
./build.sh -DDEBUG_ON_SERIAL_PORT=1```
Then I ran it in qemu with:
```qemu-system-x86_64 -serial stdio -bios ../Build/OvmfX64/DEBUG_GCC5/FV/OVMF.fd```
And it eventually dies with:
```ASSERT [DxeCore] /home/hudson/ModernFW/MdeModulePkg/Core/Dxe/Image/Image.c(1674): Image->Tpl == gEfiCurrentTpl```
(the docs don't have any build instructions, so I'm guessing at how to generate the rom image and run it)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[from Trammell Hudson on u-root Slack channel]
I tried building ModernFW and am not sure how to proceed with it. Built it with:
The text was updated successfully, but these errors were encountered: