mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
Always run QEMU with -debugcon stdio.
If someone wants to run without this, they can disable it manually :^)
This commit is contained in:
parent
9806a23f83
commit
fba57d6ba3
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,7 @@ elif [ "$1" = "qn" ]; then
|
|||
$SERENITY_QEMU_BIN -s -m $ram_size \
|
||||
$SERENITY_EXTRA_QEMU_ARGS \
|
||||
-d cpu_reset,guest_errors \
|
||||
-debugcon stdio \
|
||||
-device e1000 \
|
||||
-kernel kernel \
|
||||
-hda _fs_contents \
|
||||
|
@ -22,6 +23,7 @@ elif [ "$1" = "qtap" ]; then
|
|||
sudo $SERENITY_QEMU_BIN -s -m $ram_size \
|
||||
$SERENITY_EXTRA_QEMU_ARGS \
|
||||
-d cpu_reset,guest_errors \
|
||||
-debugcon stdio \
|
||||
-object filter-dump,id=hue,netdev=br0,file=e1000.pcap \
|
||||
-netdev tap,ifname=tap0,id=br0 \
|
||||
-device e1000,netdev=br0 \
|
||||
|
@ -33,6 +35,7 @@ else
|
|||
$SERENITY_QEMU_BIN -s -m $ram_size \
|
||||
$SERENITY_EXTRA_QEMU_ARGS \
|
||||
-d cpu_reset,guest_errors \
|
||||
-debugcon stdio \
|
||||
-object filter-dump,id=hue,netdev=breh,file=e1000.pcap \
|
||||
-netdev user,id=breh,hostfwd=tcp:127.0.0.1:8888-192.168.5.2:8888 \
|
||||
-device e1000,netdev=breh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue