Improved support of KolibriOS:

CD-ROM (iso), Disk, Internet and Audio are working now.
Also added forced LiveCD booting (because release named latest-iso, not latest-img).
Did some tweaks with '-machine' and '-cpu'. Now these VMs will run with 'qemu32' processor since KolibriOS throw an MTRR error (I didnt get how to fix it by any other way).
This commit is contained in:
Vitaliy Krylov 2021-12-23 20:36:34 +03:00
parent 310d2d3aa1
commit 82be8d324c
2 changed files with 28 additions and 4 deletions

View file

@ -612,7 +612,6 @@ EOF
if [ "${OS}" == "kolibrios" ]; then
echo "boot=\"legacy\"" >> "${OS}-${RELEASE}.conf"
echo "disk_size=\"256M\"" >> "${OS}-${RELEASE}.conf"
fi
if [ "${OS}" == "openbsd" ]; then