mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
cc3c8fe0a7
Uncomment eComStation, BeOS, ZETA and Haiku legacy boot sector detection. Return unknown icon instead of dummy. Improve legacy entries title when _LoaderTitle is empty. Create log_technical_bug(). Temporary redirected to panic. Hardened egLoadFile(). Hardened SelfOem. Copy ctor in XStringArray. Improve qemu launch scripts.
9 lines
320 B
Bash
Executable File
9 lines
320 B
Bash
Executable File
|
|
echo " ../Include/Library/printf_lite-conf.h"
|
|
echo " ../Include/Library/printf_lite.h"
|
|
|
|
find . -not -path "./PlatformPOSIX/*" -and -not -path "./PlatformIA32/*" -and \( -name "*.h" -or -name "*.cpp" -or -name "*.c" \) -print0 | sort -fz | while read -d $'\0' file
|
|
do
|
|
echo -e " "$(echo "$file" | sed 's|./||')
|
|
done
|