Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
9b14b418
Commit
9b14b418
authored
May 20, 2022
by
longpanda
Browse files
Fix a bug when UEFI booting KaOS-2022.04-x86_64.iso
parent
fe137522
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
1 deletion
+1
-1
EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/VentoyProtocol.c
...le201911/MdeModulePkg/Application/Ventoy/VentoyProtocol.c
+1
-1
INSTALL/ventoy/ventoy_aa64.efi
INSTALL/ventoy/ventoy_aa64.efi
+0
-0
INSTALL/ventoy/ventoy_ia32.efi
INSTALL/ventoy/ventoy_ia32.efi
+0
-0
INSTALL/ventoy/ventoy_x64.efi
INSTALL/ventoy/ventoy_x64.efi
+0
-0
No files found.
EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/VentoyProtocol.c
View file @
9b14b418
...
...
@@ -1445,7 +1445,7 @@ STATIC EFI_STATUS EFIAPI ventoy_wrapper_file_open
AsciiSPrint
(
TmpName
,
sizeof
(
TmpName
),
"%s"
,
Name
);
for
(
j
=
0
;
j
<
4
;
j
++
)
{
if
(
0
==
AsciiStrCmp
(
g_file_replace_list
[
i
].
old_file_name
[
j
],
TmpName
))
if
(
0
==
AsciiStr
i
Cmp
(
g_file_replace_list
[
i
].
old_file_name
[
j
],
TmpName
))
{
g_original_fclose
(
*
New
);
*
New
=
&
g_efi_file_replace
.
WrapperHandle
;
...
...
INSTALL/ventoy/ventoy_aa64.efi
View file @
9b14b418
No preview for this file type
INSTALL/ventoy/ventoy_ia32.efi
View file @
9b14b418
No preview for this file type
INSTALL/ventoy/ventoy_x64.efi
View file @
9b14b418
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment