From 6ce74b29ca71799cc8bf873e93f7f741d868ab0f Mon Sep 17 00:00:00 2001 From: sigsegv7 Date: Mon, 13 Nov 2023 09:55:23 -0500 Subject: project-wide: Update project name Update project name to avoid conflicts with the name of Amazon's new 'Vega' Smart Device Operating System. Signed-off-by: sigsegv7 --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index fa3c4f9..e1b3052 100644 --- a/Makefile.in +++ b/Makefile.in @@ -97,9 +97,9 @@ base/boot/vega-kernel: $(KERNEL_OBJECTS) $(KERNEL_ASMOBJECTS) mv initramfs.tar iso_root/boot/ xorriso -as mkisofs -b limine-bios-cd.bin -no-emul-boot -boot-load-size 4\ -boot-info-table --efi-boot limine-uefi-cd.bin -efi-boot-part \ - --efi-boot-image --protective-msdos-label iso_root -o Vega.iso > /dev/null - stand/limine/limine bios-install Vega.iso - $(PROMPT) " ISO " $(shell pwd)/Vega.iso + --efi-boot-image --protective-msdos-label iso_root -o Hyra.iso > /dev/null + stand/limine/limine bios-install Hyra.iso + $(PROMPT) " ISO " $(shell pwd)/Hyra.iso -include $(KERNEL_HEADER_DEPS) %.o: %.c sys/include/machine/ -- cgit v1.2.3