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
I have added a code to load windows boot manager in the DXE project itself, and tried to load this instead of the loader, and it worked fine. Note that i set the DSE option to turn off in boot, so I don't need the EFI driver to stay in memory.
My question is, is there any limitation of not using a loader and write everything in one EFI module? What was the reason that EFI guard chose to write a loader and dxe driver instead of writing just one project, hence just one EFI file?
The text was updated successfully, but these errors were encountered:
Question description
I have added a code to load windows boot manager in the DXE project itself, and tried to load this instead of the loader, and it worked fine. Note that i set the DSE option to turn off in boot, so I don't need the EFI driver to stay in memory.
My question is, is there any limitation of not using a loader and write everything in one EFI module? What was the reason that EFI guard chose to write a loader and dxe driver instead of writing just one project, hence just one EFI file?
The text was updated successfully, but these errors were encountered: