freedos fix - boot problems needed smm on

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

View File

@ -477,7 +477,11 @@ function vm_boot() {
fi
if [ "${guest_os}" == "freedos" ] ; then
<<<<<<< HEAD
# fix for #382
=======
# fix for booting issue discussed in #382
>>>>>>> eb67e14 (freedos fix - boot problems needed smm on)
SMM="on"
fi