]> glassweightruler.freedombox.rocks Git - Ventoy.git/commit
1. Optimization for WIMBOOT mode.
authorlongpanda <admin@ventoy.net>
Thu, 13 May 2021 15:05:42 +0000 (23:05 +0800)
committerlongpanda <admin@ventoy.net>
Thu, 13 May 2021 15:05:42 +0000 (23:05 +0800)
commit93996cf7e2b4c1a762131c02344b24c1bc89400a
tree88d2b5c41261004425e68cdd7ca3e8ac608df96a
parentca62128f9bb4c349637be30cb8290919e03684f7
1. Optimization for WIMBOOT mode.
2. Add WIMBOOT for UEFI mode.
120 files changed:
GRUB2/MOD_SRC/grub-2.04/grub-core/kern/efi/efi.c
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_def.h
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_windows.c
GRUB2/MOD_SRC/grub-2.04/include/grub/efi/efi.h
INSTALL/grub/arm64-efi/moddep.lst
INSTALL/grub/grub.cfg
INSTALL/grub/i386-efi/moddep.lst
INSTALL/grub/i386-pc/moddep.lst
INSTALL/grub/mips64el-efi/moddep.lst
INSTALL/grub/x86_64-efi/moddep.lst
INSTALL/ventoy/vtoyjump32.exe
INSTALL/ventoy/vtoyjump64.exe
INSTALL/ventoy/wimboot [deleted file]
INSTALL/ventoy/wimboot.i386.efi.xz [new file with mode: 0644]
INSTALL/ventoy/wimboot.x86_64.xz [new file with mode: 0644]
INSTALL/ventoy/winpeshl.ini [deleted file]
vtoyjump/vtoyjump/vtoyjump.c
wimboot/build.sh [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/.gitignore [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/Makefile [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/assert.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/bootapp.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/byteswap.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/cmdline.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/cmdline.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/compiler.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/cookie.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/coverity-model.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/cpio.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/cpio.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/ctype.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/die.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Base.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Guid/FileInfo.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Guid/HiiFormMapMethodGuid.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Guid/PcAnsi.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Guid/WinCertificate.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Ia32/ProcessorBind.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/IndustryStandard/PeImage.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/ProcessorBind.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Protocol/BlockIo.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Protocol/DevicePath.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Protocol/GraphicsOutput.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Protocol/LoadedImage.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Protocol/SimpleFileSystem.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Protocol/SimpleTextIn.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Protocol/SimpleTextInEx.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Protocol/SimpleTextOut.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Uefi.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Uefi/UefiBaseType.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Uefi/UefiGpt.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Uefi/UefiInternalFormRepresentation.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Uefi/UefiMultiPhase.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Uefi/UefiPxe.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/Uefi/UefiSpec.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/X64/ProcessorBind.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efi/import.pl [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efiblock.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efiblock.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efiboot.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efiboot.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efifile.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efifile.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efiguid.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efimain.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efipath.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efipath.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/efireloc.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/errno.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/huffman.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/huffman.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/i386.i [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/int13.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/int13.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/ipxe/vsprintf.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/ipxe/vsprintf.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/lznt1.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/lznt1.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/lzx.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/lzx.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/main.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/memmap.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/memmap.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/paging.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/paging.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/pause.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/pause.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/peloader.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/peloader.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/rotate.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/script.lds [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/sha1.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/sha1.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/stdarg.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/stddef.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/stdint.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/stdio.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/stdio.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/stdlib.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/string.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/string.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/strings.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/vdisk.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/vdisk.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/vsprintf.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/wchar.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/wctype.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/wim.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/wim.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/wimboot.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/wimfile.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/wimfile.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/wimpatch.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/wimpatch.h [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/x86_64.i [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/xca.c [new file with mode: 0644]
wimboot/wimboot-2.7.3/src/xca.h [new file with mode: 0644]