mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Add debig-exit device to qemu.sh for future tests
This commit is contained in:
1
qemu.sh
1
qemu.sh
@@ -53,6 +53,7 @@ exec qemu-system-x86_64 \
|
|||||||
-drive "if=pflash,format=raw,readonly,file=${assets}/ovmf/x64/ovmf_code.fd" \
|
-drive "if=pflash,format=raw,readonly,file=${assets}/ovmf/x64/ovmf_code.fd" \
|
||||||
-drive "if=pflash,format=raw,file=${build}/${flash_name}.fd" \
|
-drive "if=pflash,format=raw,file=${build}/${flash_name}.fd" \
|
||||||
-drive "format=raw,file=${build}/jsix.img" \
|
-drive "format=raw,file=${build}/jsix.img" \
|
||||||
|
-device "isa-debug-exit,iobase=0xf4,iosize=0x04" \
|
||||||
-monitor telnet:localhost:45454,server,nowait \
|
-monitor telnet:localhost:45454,server,nowait \
|
||||||
-smp 4 \
|
-smp 4 \
|
||||||
-m 512 \
|
-m 512 \
|
||||||
|
|||||||
Reference in New Issue
Block a user