How to make a DXE driver module for edk2 and run on qemu #10574
shukladushyanta
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to add a dxe driver to my Edk2 code and the run it on qemu. I am using this article for the code and inf file.
https://dev.to/machinehunter/how-to-build-dxe-driver-by-edk2-11h8
Here it shows to build for MdeModulePkg but on some places it show to build for OVMFPkg. I am new to all this and very confused.
Can you tell me the process to make a DXE driver, where to add the source code(path and directory) modifications to all .dec and .dsc files. Also how to generate a build to launch the model on qemu. I mean which files to download.
I am very confused. Please help!
Beta Was this translation helpful? Give feedback.
All reactions