Removed code for legacy iso

This commit is contained in:
Alex 2022-10-18 21:07:50 +03:00
parent ccf712ab06
commit 05d0ffb91e
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
3 changed files with 1 additions and 12 deletions

View File

@ -145,12 +145,6 @@ ifeq ($(OSARCH), i686)
mkdir -p iso_tmp_data/boot/grub
cp tools/grub.cfg iso_tmp_data/boot/grub/
grub-mkrescue -o $(OSNAME).iso iso_tmp_data
cp tools/stage2_eltorito iso_tmp_data/
cp tools/menu.lst iso_tmp_data/boot/grub/
xorriso -as mkisofs -R -b stage2_eltorito \
-no-emul-boot -boot-load-size 4 -boot-info-table \
--protective-msdos-label -V FENNIX \
iso_tmp_data -o $(OSNAME)-legacy.iso
endif
ifeq ($(OSARCH), aarch64)
$(COMPILER_PATH)/$(COMPILER_ARCH)objcopy Kernel/kernel.fsys -O binary $(OSNAME).img
@ -180,7 +174,7 @@ run: build qemu
clean:
rm -rf doxygen-doc iso_tmp_data
rm -f initrd/system/drivers/*.drv initrd.tar.gz $(OSNAME).iso $(OSNAME)-legacy.iso $(OSNAME).img
rm -f initrd/system/drivers/*.drv initrd.tar.gz $(OSNAME).iso $(OSNAME).img
make -C Kernel clean
make -C Lynx clean
make -C Userspace clean

View File

@ -1,5 +0,0 @@
default 0
timeout 0
title Fennix
kernel /kernel.fsys

Binary file not shown.