/kos-virtualbox-guest

VirtualBox Guest Additions driver for KolibriOS.

Primary LanguageAssemblyGNU General Public License v2.0GPL-2.0

kos-virtualbox-guest

Build

VirtualBox Guest Additions driver for KolibriOS

Features

The driver allows you to automatically adapt the screen resolution on changing the size of the virtual machine window

Building

  • Get FASM
  • Run fasm vbox.asm

As a result vbox.sys file will be get

Usage

It's highly recommended closing @taskbar application. It crashes the OS when changing resolution frequently (should be fixed!)

  • Copy the driver to /sys/drivers/ folder
  • Start SHELL
  • Run loaddrv vbox

To load the driver automatically add /SYS/LOADDRV VBOX 0 to /sys/settings/autorun.dat

License

This project licensed under the terms of GNU GPL 2.0 license. See this for details