This commit is contained in:
2025-08-05 22:49:34 +02:00
parent f8399152d4
commit f8f00cc608
12 changed files with 1838 additions and 25 deletions

View File

@ -22,7 +22,8 @@ override CFLAGS = -Wall \
-mno-red-zone \
-mcmodel=kernel \
-I. \
-I../limine
-I../limine \
-DPRINTF_INCLUDE_CONFIG_H=1
override LDFLAGS = \
-m elf_x86_64 \
@ -54,5 +55,5 @@ mop2: $(OBJ)
$(LD) $^ $(LDFLAGS) -o $@
clean:
rm *.o mop2
rm -f $(OBJ) mop2