[scripts][do-qemux86] use the older 'pc' machine model when selecting x86-32
This gets a bit more coverage of hardware. In general if using 32bit LK it's for running on older hardware anyway.
This commit is contained in:
@@ -71,7 +71,7 @@ else
|
||||
QEMU="qemu-system-i386"
|
||||
PROJECT="pc-x86-test"
|
||||
CPU=max
|
||||
MACHINE=q35
|
||||
MACHINE=pc
|
||||
fi
|
||||
|
||||
if (( $DO_LEGACY )); then
|
||||
|
||||
Reference in New Issue
Block a user