freedos fix - boot problems needed smm on

This commit is contained in:
Phil Clifford 2022-03-07 12:14:19 +00:00
parent 3940f7b452
commit e88dfc8e5f

View File

@ -476,6 +476,12 @@ function vm_boot() {
NET_DEVICE="rtl8139"
fi
if [ "${guest_os}" == "freedos" ] ; then
# fix for #382
SMM="on"
fi
if [ -z "${disk_size}" ]; then
disk_size="16G"
fi