This commit is contained in:
Adrien Bourmault 2019-03-11 14:16:56 +01:00
parent 57f83d0a6c
commit 1e2bf99bd4
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ test: kaleid
@ndisasm $(BINDIR)/kaleid -o 0x00100000 -b 32 > loader_disasm32.asm
<<<<<<< HEAD
test32: kernel loader
qemu-system-i386 -hda build/bin/disk.img -d cpu_reset,guest_errors,pcall,int -enable-kvm 2> qemu.log &
@ndisasm $(BINDIR)/kaleid -o 0x00100000 -b 64 > loader_disasm64.asm