]> glassweightruler.freedombox.rocks Git - Ventoy.git/commit
1. Boot menu over serial supported
authorlongpanda <admin@ventoy.net>
Fri, 7 Aug 2020 14:23:27 +0000 (22:23 +0800)
committerlongpanda <admin@ventoy.net>
Fri, 7 Aug 2020 14:25:16 +0000 (22:25 +0800)
commitbe50ea69aaf2a18b9801c04efea19825d7f34c44
tree63a27b9b2fa3c7264edef473f10d03eaa398b336
parent433d854aab8e9c0904ca7e2f27aac54b83ff3b6f
1. Boot menu over serial supported
2. Optimization for booting Solus
3. Optimization for booting .efi file
4. support deepin-live iso
5. support Endless OS
6. framework for booting .img file
54 files changed:
EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/Ventoy.c
EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/Ventoy.h
EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/VentoyProtocol.c
GRUB2/MOD_SRC/grub-2.04/grub-core/Makefile.core.def
GRUB2/MOD_SRC/grub-2.04/grub-core/commands/blscfg.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/commands/legacycfg.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/commands/loadenv.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/commands/loadenv.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/commands/menuentry.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/kern/main.c
GRUB2/MOD_SRC/grub-2.04/grub-core/loader/i386/linux.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/normal/main.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/normal/menu.c
GRUB2/MOD_SRC/grub-2.04/grub-core/normal/menu_text.c
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy.c
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_def.h
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_linux.c
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_plugin.c
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_unix.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/compiler.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/kernel.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/menu.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/normal.h [new file with mode: 0644]
IMG/cpio/sbin/init
IMG/cpio/ventoy/hook/default/10-dm.rules [new file with mode: 0644]
IMG/cpio/ventoy/hook/ventoy-hook-lib.sh
IMG/cpio/ventoy/hook/ventoy-os-lib.sh
IMG/cpio/ventoy/init
IMG/cpio/ventoy/init_chain [new file with mode: 0644]
IMG/cpio/ventoy/init_loop [new file with mode: 0644]
IMG/cpio/ventoy/loop/deepin/ventoy-disk.sh [new file with mode: 0644]
IMG/cpio/ventoy/loop/deepin/ventoy-init.sh [new file with mode: 0644]
IMG/cpio/ventoy/loop/endless/ventoy-hook.sh [new file with mode: 0644]
IMG/cpio/ventoy/loop/endless/ventoy-inotifyd-hook.sh [new file with mode: 0644]
IMG/cpio/ventoy/loop/endless/ventoy-inotifyd-start.sh [new file with mode: 0644]
IMG/cpio/ventoy/ventoy_chain.sh [moved from IMG/cpio/ventoy/ventoy.sh with 99% similarity]
IMG/cpio/ventoy/ventoy_loop.sh [new file with mode: 0644]
IMG/mkcpio.sh
INSTALL/CreatePersistentImg.sh
INSTALL/EFI/BOOT/grubx64_real.efi
INSTALL/grub/grub.cfg
INSTALL/grub/i386-pc/blscfg.mod [new file with mode: 0644]
INSTALL/grub/i386-pc/command.lst
INSTALL/grub/i386-pc/core.img
INSTALL/grub/i386-pc/legacycfg.mod
INSTALL/grub/i386-pc/moddep.lst
INSTALL/grub/x86_64-efi/blscfg.mod [new file with mode: 0644]
INSTALL/grub/x86_64-efi/command.lst
INSTALL/grub/x86_64-efi/legacycfg.mod
INSTALL/grub/x86_64-efi/moddep.lst
INSTALL/grub/x86_64-efi/normal.mod
INSTALL/ventoy/ventoy.cpio
INSTALL/ventoy/ventoy_efiboot.img.xz [new file with mode: 0644]
INSTALL/ventoy/ventoy_x64.efi