Revert "Makefile testing stuff"
This reverts commit bdb300e801bfc1d0083c237f5bba23cb41c93b60.
This commit is contained in:
parent
fac3816b3a
commit
72319aae44
7
Makefile
7
Makefile
|
@ -83,14 +83,11 @@ make_disk:
|
|||
@$(MBRDIR)/create_disk.sh $(BINDIR)/disk.img
|
||||
@echo ${CL2}[make_disk]${CL} OK${CL3}
|
||||
|
||||
testloader: loader
|
||||
@qemu-system-x86_64 -hda build/bin/disk.img -d cpu_reset &
|
||||
@ndisasm $(OBJDIR)/boot/loader.bin -b 32 > loader_dism.asm
|
||||
|
||||
|
||||
boot: make_disk boot.mbr loader
|
||||
@echo ${CL2}[[boot]]${CL} Terminated without error.${CL3}
|
||||
|
||||
all: boot kernel
|
||||
@echo ${CL2}[[all]]${CL} Terminated without error.${CL3}
|
||||
|
||||
# TEST
|
||||
|
||||
|
|
Loading…
Reference in New Issue