Jump to content

zhangqq

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by zhangqq

  1. Thank you for your reply! Could you tell me the correct method to compile the efi drivers? Added in 23 minutes 26 seconds: Did i use the wrong version UDK?
  2. I use the following instructions to compile OC and the efi drivers, But I can only use the oc package i compiled with the efi drivers you compiled. The efi drivers I compiled don't work. Could you help me to compile the efi drivers? Thank you! git clone https://github.com/tianocore/edk2 -b UDK2018 UDK cd UDK git clone https://github.com/acidanthera/EfiPkg git clone https://github.com/acidanthera/MacInfoPkg git clone https://github.com/acidanthera/OcSupportPkg git clone https://github.com/acidanthera/OpenCorePkg source edksetup.sh make -C BaseTools build -a X64 -b RELEASE -t XCODE5 -p OpenCorePkg/OpenCorePkg.dsc git clone https://github.com/acidanthera/AptioFixPkg git clone https://github.com/acidanthera/AppleSupportPkg build -a X64 -b RELEASE -t XCODE5 -p AppleSupportPkg/AppleSupportPkg.dsc build -a X64 -b RELEASE -t XCODE5 -p AptioFixPkg/AptioFixPkg.dsc AptioFixPkg and AppleSupportPkg I compiled don't work.
×
×
  • Create New...