Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding KolibriOS support #286

Merged
merged 2 commits into from
Feb 17, 2022
Merged

Commits on Dec 21, 2021

  1. 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)
    Vitalkrilov committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    310d2d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. 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).
    Vitalkrilov committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    82be8d3 View commit details
    Browse the repository at this point in the history