This commit is contained in:
nub31
2025-09-01 16:02:14 +02:00
parent 5a119e428a
commit 385c0d432c
3 changed files with 136 additions and 140 deletions

View File

@@ -7,7 +7,7 @@ LDFLAGS = -g
ASFLAGS = -f elf64 -g -F dwarf
SRC_C := src/kernel.c src/string.c src/vga.c src/interrupts.c src/keyboard.c
SRC_ASM := src/boot.asm src/idt.asm
SRC_ASM := src/start.asm
OBJ_C := $(SRC_C:src/%.c=.build/%.o)
OBJ_ASM := $(SRC_ASM:src/%.asm=.build/%.o)