VirtualBox Guest Additions driver for KolibriOS
The driver allows you to automatically adapt the screen resolution on changing the size of the virtual machine window
- Get FASM
- Run
fasm vbox.asm
As a result vbox.sys
file will be get
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
This project licensed under the terms of GNU GPL 2.0 license. See this for details