Rename log file

This commit is contained in:
Baptiste Wicht 2016-07-03 20:41:14 +02:00
parent 1e08558553
commit 207231e88a

View File

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