What is the most stable approach for communication between UEFI Runtime Driver and Windows Kernel Driver?
In my UEFI runtime driver, I want to set some flags (UINT
) based on some conditions, and then I want to read these in my windows kernel mode driver.
Failed to open TCP connection in EDK2
I am trying to make an UEFI application with EDK2 that connects to a TCP server. This is what I got right now: