mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
新增arm32、arm64 uefi固件
This commit is contained in:
parent
bc0c9039fd
commit
f5b2a3fd93
BIN
VM-source/AAVMF_CODE.fd
Normal file
BIN
VM-source/AAVMF_CODE.fd
Normal file
Binary file not shown.
BIN
VM-source/QEMU_EFI.fd
Normal file
BIN
VM-source/QEMU_EFI.fd
Normal file
Binary file not shown.
BIN
VM-source/QEMU_EFI_LOONG64_7.1.fd
Normal file
BIN
VM-source/QEMU_EFI_LOONG64_7.1.fd
Normal file
Binary file not shown.
@ -118,6 +118,18 @@ int qemu::SetKeyboardPS2(){
|
||||
}
|
||||
int qemu::OpenUSB(){
|
||||
return 0;
|
||||
}
|
||||
int qemu::UseAarch64EFI(){
|
||||
|
||||
}
|
||||
int qemu::UseArmhfEFI(){
|
||||
|
||||
}
|
||||
int qemu::UseLoongarch64EFI(){
|
||||
|
||||
}
|
||||
int qemu::UseOtherEFI(QString fdFilePath){
|
||||
|
||||
}
|
||||
int qemu::EnabledUEFI(bool status){
|
||||
if(!status){
|
||||
|
@ -40,6 +40,10 @@ public:
|
||||
int OpenUSB();
|
||||
int EnabledUEFI(bool status);
|
||||
int AutoInstall(QString iso);
|
||||
int UseAarch64EFI();
|
||||
int UseArmhfEFI();
|
||||
int UseLoongarch64EFI();
|
||||
int UseOtherEFI(QString fdFilePath);
|
||||
private:
|
||||
QString commandOption = "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user