Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
75f3e4c5
Commit
75f3e4c5
authored
May 06, 2022
by
longpanda
Browse files
Add EDK debug info.
parent
fcf10def
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
1 deletion
+2
-1
EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/VentoyProtocol.c
...le201911/MdeModulePkg/Application/Ventoy/VentoyProtocol.c
+2
-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 @
75f3e4c5
...
@@ -155,7 +155,8 @@ STATIC EFI_STATUS EFIAPI ventoy_read_iso_sector
...
@@ -155,7 +155,8 @@ STATIC EFI_STATUS EFIAPI ventoy_read_iso_sector
ventoy_override_chunk
*
pOverride
=
g_override_chunk
;
ventoy_override_chunk
*
pOverride
=
g_override_chunk
;
EFI_BLOCK_IO_PROTOCOL
*
pRawBlockIo
=
gBlockData
.
pRawBlockIo
;
EFI_BLOCK_IO_PROTOCOL
*
pRawBlockIo
=
gBlockData
.
pRawBlockIo
;
debug
(
"read iso sector %lu count %u Buffer:%p Align:%u"
,
Sector
,
Count
,
Buffer
,
pRawBlockIo
->
Media
->
IoAlign
);
debug
(
"read iso sector %lu count %u Buffer:%p Align:%u blk:%u"
,
Sector
,
Count
,
Buffer
,
pRawBlockIo
->
Media
->
IoAlign
,
pRawBlockIo
->
Media
->
BlockSize
);
ReadStart
=
Sector
*
2048
;
ReadStart
=
Sector
*
2048
;
ReadEnd
=
(
Sector
+
Count
)
*
2048
;
ReadEnd
=
(
Sector
+
Count
)
*
2048
;
...
...
INSTALL/ventoy/ventoy_aa64.efi
View file @
75f3e4c5
No preview for this file type
INSTALL/ventoy/ventoy_ia32.efi
View file @
75f3e4c5
No preview for this file type
INSTALL/ventoy/ventoy_x64.efi
View file @
75f3e4c5
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