From 5fdf67c66457df44017b90b5b5644a399df444f2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 8 Apr 2025 14:34:49 -0400 Subject: undo bad --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 5f08319..6c79b88 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,6 @@ UNAME := $(shell uname) -GRUB = grub-mkrescue -ifeq ($(UNAME), Darwin) - GRUB = x86_64-elf-grub-mkrescue -endif - QEMU = qemu-system-x86_64 QEMUOPTS = -cdrom bin/os.iso \ -no-reboot \ @@ -37,7 +32,7 @@ bin/os.iso: build mkdir -p bin/iso/boot/grub cp config/grub.cfg bin/iso/boot/grub cp bin/kernel bin/iso/boot - $(GRUB) -o bin/os.iso bin/iso 2>/dev/null + grub-mkrescue -o bin/os.iso bin/iso 2>/dev/null fmt: clang-format -i $(shell find -type f -name "*.[ch]" -and -not -path "./kernel/old/*") -- cgit v1.2.3-freya