UEFI第一坑

阅读 36

2022-03-18

VS2015编译UEFI模拟器命令:

build -p edk2\EmulatorPkg\EmulatorPkg.dsc -t VS2015x86 -a IA32

build -p edk2\EmulatorPkg\EmulatorPkg.dsc -t VS2015x86 -a X64

VS2017编译UEFI模拟器命令:

build -p edk2\EmulatorPkg\EmulatorPkg.dsc -t VS2017 -a IA32

build -p edk2\EmulatorPkg\EmulatorPkg.dsc -t VS2017 -a X64

VS2019编译UEFI模拟器命令:

build -p edk2\EmulatorPkg\EmulatorPkg.dsc -t VS2019 -a IA32

build -p edk2\EmulatorPkg\EmulatorPkg.dsc -t VS2019 -a X64

精彩评论(0)

0 0 举报