mxlgv / kos-virtualbox-guest

VirtualBox Guest Additions driver for KolibriOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

VirtualBox Guest Additions driver for KolibriOS.

License:GNU General Public License v2.0


Languages

Language:Assembly 54.1%Language:C++ 29.0%Language:Pascal 12.3%Language:PHP 3.9%Language:Shell 0.6%