From 207231e88a8c2109e24c4a4e3fcf91878f1fb56e Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sun, 3 Jul 2016 20:41:14 +0200 Subject: [PATCH] Rename log file --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f97effaa..b1e77211 100644 --- a/Makefile +++ b/Makefile @@ -40,10 +40,10 @@ thor.flp: hdd.img bootloader/stage1.bin bootloader/stage2.bin kernel/kernel.bin sudo /sbin/losetup -d /dev/loop0 qemu: default - touch kernel.log - qemu-system-x86_64 -enable-kvm -cpu host -serial file:kernel.log -net nic,vlan=0,model=rtl8139 -vga std -hda hdd.img & + touch virtual.log + qemu-system-x86_64 -enable-kvm -cpu host -serial file:virtual.log -net nic,vlan=0,model=rtl8139 -vga std -hda hdd.img & echo "Reading kernel log (Ctrl+C for exit)" - tail -f kernel.log + tail -f virtual.log kill %1 bochs: default