Added 32 nasm flag and fixed clean Make directive
This commit is contained in:
@@ -2,7 +2,7 @@ OBJS = kernel_loader.asm.o ports.asm.o \
|
||||
gdt.asm.o idt.asm.o interrupts.asm.o
|
||||
|
||||
ASM = nasm
|
||||
ASMFLAGS = -f elf
|
||||
ASMFLAGS = -f elf32
|
||||
all: $(OBJS)
|
||||
%.asm.o: %.asm
|
||||
$(ASM) $(ASMFLAGS) $< -o $@
|
||||
|
||||
Reference in New Issue
Block a user