Fixed all previous bugs...however strange things happens when OS runs
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
OBJS = multiboot.asm.o kernel_load.asm.o ports.asm.o
|
||||
OBJS = multiboot.asm.o kernel_loader.asm.o ports.asm.o
|
||||
|
||||
ASM = nasm
|
||||
ASMFLAGS = -f elf
|
||||
|
||||
all: $(OBJS)
|
||||
%.asm.o:
|
||||
%.asm.o: %.asm
|
||||
$(ASM) $(ASMFLAGS) $< -o $@
|
||||
Reference in New Issue
Block a user