├── LICENSE ├── README.md ├── StartupAnimation.exe ├── bootia32.efi ├── bootx64.efi ├── config.txt └── splash.bmp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LegnaOS/StartupAnimation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # StartupAnimation 2 | 对HackBGRT进行简体中文化处理,符合中国本土用户使用 3 | -------------------------------------------------------------------------------- /StartupAnimation.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LegnaOS/StartupAnimation/HEAD/StartupAnimation.exe -------------------------------------------------------------------------------- /bootia32.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LegnaOS/StartupAnimation/HEAD/bootia32.efi -------------------------------------------------------------------------------- /bootx64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LegnaOS/StartupAnimation/HEAD/bootx64.efi -------------------------------------------------------------------------------- /config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LegnaOS/StartupAnimation/HEAD/config.txt -------------------------------------------------------------------------------- /splash.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LegnaOS/StartupAnimation/HEAD/splash.bmp --------------------------------------------------------------------------------