:: commit cb55d3bec00373557e4b6a20ff58173ec57cf6ff

Ethan Miller <ethanm4984@gmail.com> — 2020-09-29 20:00

parents: 2f7d3c378d

missing stdio

diff --git a/Makefile b/Makefile
index fffdcb63..a7d3f035 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ ext2-test: test.img
 	sudo losetup -d `cat loopback_dev`
 	rm -rf test_image loopback_dev
 	./limine-install limine.bin test.img
-	qemu-system-x86_64 -net none -smp 4 -enable-kvm -cpu host -hda test.img -debugcon
+	qemu-system-x86_64 -net none -smp 4 -enable-kvm -cpu host -hda test.img -debugcon stdio
 
 fat32-test: test.img
 	$(MAKE) -C test
tab: 248 wrap: offon