]> glassweightruler.freedombox.rocks Git - Ventoy.git/commit
Add F5 Tools ---> Hardware Information menu
authorlongpanda <admin@ventoy.net>
Wed, 6 Apr 2022 11:12:59 +0000 (19:12 +0800)
committerlongpanda <admin@ventoy.net>
Wed, 6 Apr 2022 11:12:59 +0000 (19:12 +0800)
commit132649c4e577e4c133d41c910549ad4480e44822
tree0a2c53d2deded2eb50d03f43898583dfcc381ed3
parentc3c81008662c3066561136658295520e72a23186
Add F5 Tools ---> Hardware Information menu
31 files changed:
GRUB2/MOD_SRC/grub-2.04/grub-core/Makefile.core.def
GRUB2/MOD_SRC/grub-2.04/grub-core/commands/efi/smbios.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/commands/i386/pc/smbios.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/commands/smbios.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy.c
GRUB2/MOD_SRC/grub-2.04/include/grub/efi/api.h
GRUB2/MOD_SRC/grub-2.04/install.sh
IMG/cpio/ventoy/hook/ventoy-hook-lib.sh
INSTALL/grub/arm64-efi/command.lst
INSTALL/grub/arm64-efi/fwload.mod [new file with mode: 0644]
INSTALL/grub/arm64-efi/moddep.lst
INSTALL/grub/arm64-efi/smbios.mod [new file with mode: 0644]
INSTALL/grub/debug.cfg
INSTALL/grub/grub.cfg
INSTALL/grub/hwinfo.cfg [new file with mode: 0644]
INSTALL/grub/i386-efi/command.lst
INSTALL/grub/i386-efi/moddep.lst
INSTALL/grub/i386-efi/mouse.mod [deleted file]
INSTALL/grub/i386-efi/smbios.mod [new file with mode: 0644]
INSTALL/grub/i386-pc/command.lst
INSTALL/grub/i386-pc/core.img
INSTALL/grub/i386-pc/moddep.lst
INSTALL/grub/i386-pc/smbios.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/command.lst
INSTALL/grub/mips64el-efi/fwload.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/moddep.lst
INSTALL/grub/mips64el-efi/smbios.mod [new file with mode: 0644]
INSTALL/grub/x86_64-efi/command.lst
INSTALL/grub/x86_64-efi/moddep.lst
INSTALL/grub/x86_64-efi/mouse.mod [deleted file]
INSTALL/grub/x86_64-efi/smbios.mod [new file with mode: 0644]