mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-08-03 17:26:08 -04:00
New prototype qemu launcher
This commit is contained in:
parent
18a55a8dd7
commit
bf6ac153a0
7
Makefile
7
Makefile
@ -51,6 +51,13 @@ qemu: default
|
|||||||
tail -f virtual.log
|
tail -f virtual.log
|
||||||
kill %1
|
kill %1
|
||||||
|
|
||||||
|
qemu_run: default
|
||||||
|
touch virtual.log
|
||||||
|
sudo run-qemu -enable-kvm -cpu host -serial file:virtual.log -vga std -hda hdd.img &
|
||||||
|
echo "Reading kernel log (Ctrl+C for exit)"
|
||||||
|
tail -f virtual.log
|
||||||
|
kill %1
|
||||||
|
|
||||||
qemu_user: default
|
qemu_user: default
|
||||||
touch virtual.log
|
touch virtual.log
|
||||||
sudo qemu-system-x86_64 -enable-kvm -cpu host -serial file:virtual.log -net user,vlan=0 -net nic,model=rtl8139,vlan=0,macaddr=52:54:00:12:34:56 -net socket,listen=localhost:1234 -net dump,vlan=0,file=thor.pcap -vga std -hda hdd.img &
|
sudo qemu-system-x86_64 -enable-kvm -cpu host -serial file:virtual.log -net user,vlan=0 -net nic,model=rtl8139,vlan=0,macaddr=52:54:00:12:34:56 -net socket,listen=localhost:1234 -net dump,vlan=0,file=thor.pcap -vga std -hda hdd.img &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user