From cb55d3bec00373557e4b6a20ff58173ec57cf6ff Mon Sep 17 00:00:00 2001 From: Ethan Miller Date: Tue, 29 Sep 2020 14:00:09 -0600 Subject: [PATCH] missing stdio --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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