Adding KolibriOS support

It can download and boot this OS. There is one requirement: 7z.
Its not completed yet (at least internet and sound dont work)
This commit is contained in:
Vitaliy Krylov 2021-12-22 00:13:47 +03:00
parent 12fbf6b02f
commit 310d2d3aa1
2 changed files with 36 additions and 1 deletions

View file

@ -451,7 +451,7 @@ function vm_boot() {
# Make any OS specific adjustments
case ${guest_os} in
freebsd|linux|openbsd)
freebsd|kolibrios|linux|openbsd)
CPU="-cpu host,kvm=on"
if [ "${HOST_CPU_VENDOR}" == "AuthenticAMD" ]; then
CPU="${CPU},topoext"