aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-03-20 13:12:45 +1300
committerArslaan Pathan <[email protected]>2026-03-20 13:12:45 +1300
commitbebf05d0c10d7eae0861112a8491aad08403c039 (patch)
treee461648de2677b2886ae7e5b4e6780b1e6993786 /Makefile
parent7e8df0108eb93c0ca63baa396c7ebadada5931bd (diff)
downloadFrenchToastOS-bebf05d0c10d7eae0861112a8491aad08403c039.tar.xz
FrenchToastOS-bebf05d0c10d7eae0861112a8491aad08403c039.zip
try ask grub for framebuffer? one can hope
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 769f738..e587fec 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,10 @@ CC = i386-elf-gcc
AS = i386-elf-as
CFLAGS = -std=gnu99 -ffreestanding -O2 -Wall -Wextra
-SRCS = src/kernel.c
OBJS = src/boot.o src/kernel.o
+.PHONY: all clean iso-files
+
all: FrenchToastOS-bios.iso FrenchToastOS-efi.iso
src/boot.o: src/boot.s
@@ -21,7 +22,6 @@ iso-files: FrenchToastOS.bin
cp FrenchToastOS.bin isodir/boot/
cp boot/grub.cfg isodir/boot/grub/
-
FrenchToastOS-bios.iso: iso-files
grub-mkrescue /usr/lib/grub/i386-pc -o FrenchToastOS-bios.iso isodir