Adding my own UEFI application\driver to the UEFI (VMware) -


i have virtual machine (windows7x64) loads uefi.

can add uefi application\driver i've created uefi, in order load on boot time?

also, can change order dxe\uefi driver's loaded?

no, cannot insert drivers/applications during boot, nor can change execution order of existing drivers without rebuilding uefi bios. not possible replace uefi bios in vmware own image. can cause vmware boot uefi shell , manually load uefi drivers/applications shell.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -