missing stdio

This commit is contained in:
Ethan Miller 2020-09-29 14:00:09 -06:00
parent 2f7d3c378d
commit cb55d3bec0
1 changed files with 1 additions and 1 deletions

View File

@ -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