Merge branch 'i586_target_part2' into 'master'

Build bios bootloader for i586-unknown-redox

See merge request redox-os/cookbook!674
This commit is contained in:
Jeremy Soller 2025-11-01 09:46:17 -06:00
commit 4e03c37200

View File

@ -18,7 +18,7 @@ function bootloader {
ARCH="$(echo "${TARGET}" | cut -d - -f1)"
# Build BIOS bootloader for supported architectures
if [ "${ARCH}" == "i686" -o "${ARCH}" == "x86_64" ]
if [ "${ARCH}" == "i586" -o "${ARCH}" == "i686" -o "${ARCH}" == "x86_64" ]
then
bootloader "x86-unknown-none" bootloader.bin bootloader.bios
bootloader "x86-unknown-none" bootloader-live.bin bootloader-live.bios