dead@root
This commit is contained in:
6
Makefile
6
Makefile
@@ -9,9 +9,9 @@ GRUB_MKRESCUE = grub-mkrescue
|
||||
KERNEL = myos.bin
|
||||
ISO = myos.iso
|
||||
|
||||
SOURCES_C = kernel.c terminal.c idt.c timer.c io.c vga.c gdt.c
|
||||
SOURCES_ASM = boot.s idt_load.s gdt_flush.s pit_handler.s
|
||||
OBJECTS = $(SOURCES_C:.c=.o) $(SOURCES_ASM:.s=.o)
|
||||
SOURCES_C = kernel.c tty.c idt.c timer.c io.c vga.c gdt.c sys.c irq.c isr.c keyboard.c shell.c string.c
|
||||
SOURCES_ASM = boot.s idt_load.s gdt_flush.s pit_handler.s irq_e.s isr_e.s
|
||||
OBJECTS = $(SOURCES_ASM:.s=.o) $(SOURCES_C:.c=.o)
|
||||
|
||||
ISO_DIR = isodir
|
||||
GRUB_DIR = $(ISO_DIR)/boot/grub
|
||||
|
Reference in New Issue
Block a user