This commit is contained in:
Adrien Bourmault 2019-04-01 14:58:01 +02:00
parent dca1dd3168
commit c1e2eb09c2
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ $(KOBJDIR)/kernel/sched.o: $(KERNELDIR)/kernel/proc/sched.c $(KERNELDIR)/include
.PHONY: test
test: all
@qemu-system-x86_64 -m 5G -hda $(BUILDDIR)/bin/disk.img \
@qemu-system-x86_64 -m 4G -hda $(BUILDDIR)/bin/disk.img \
-d cpu_reset,guest_errors,pcall,int 2> $(BUILDDIR)/qemu.log &
.PHONY: test32
test32: all