0
点赞
收藏
分享

微信扫一扫

UEFI第一坑

君心浅语 2022-03-18 阅读 36

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 条评论