From cb55d3bec00373557e4b6a20ff58173ec57cf6ff Mon Sep 17 00:00:00 2001 From: Ethan Miller Date: Tue, 29 Sep 2020 14:00:09 -0600 Subject: [PATCH 1/2] 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 From 2eac51b6024a9491c6fcfafabbb48c324eb6eb38 Mon Sep 17 00:00:00 2001 From: ethan <55000224+ethan4984@users.noreply.github.com> Date: Tue, 29 Sep 2020 14:02:45 -0600 Subject: [PATCH 2/2] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7d3f035..c27e0ba3 100644 --- a/Makefile +++ b/Makefile @@ -78,4 +78,4 @@ fat32-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