mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-08-05 18:26:19 -04:00
Rename log file
This commit is contained in:
parent
1e08558553
commit
207231e88a
6
Makefile
6
Makefile
@ -40,10 +40,10 @@ thor.flp: hdd.img bootloader/stage1.bin bootloader/stage2.bin kernel/kernel.bin
|
|||||||
sudo /sbin/losetup -d /dev/loop0
|
sudo /sbin/losetup -d /dev/loop0
|
||||||
|
|
||||||
qemu: default
|
qemu: default
|
||||||
touch kernel.log
|
touch virtual.log
|
||||||
qemu-system-x86_64 -enable-kvm -cpu host -serial file:kernel.log -net nic,vlan=0,model=rtl8139 -vga std -hda hdd.img &
|
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)"
|
echo "Reading kernel log (Ctrl+C for exit)"
|
||||||
tail -f kernel.log
|
tail -f virtual.log
|
||||||
kill %1
|
kill %1
|
||||||
|
|
||||||
bochs: default
|
bochs: default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user