Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxlgv/kos-virtualbox-guest
VirtualBox Guest Additions driver for KolibriOS.
https://github.com/mxlgv/kos-virtualbox-guest
bochs driver kernel-module kolibrios kos virtualbox virtualbox-guest-additions
Last synced: 9 days ago
JSON representation
VirtualBox Guest Additions driver for KolibriOS.
- Host: GitHub
- URL: https://github.com/mxlgv/kos-virtualbox-guest
- Owner: mxlgv
- License: gpl-2.0
- Created: 2022-08-19T20:52:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T18:38:45.000Z (about 1 year ago)
- Last Synced: 2024-02-04T23:36:27.791Z (9 months ago)
- Topics: bochs, driver, kernel-module, kolibrios, kos, virtualbox, virtualbox-guest-additions
- Language: Assembly
- Homepage:
- Size: 43 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kos-virtualbox-guest
[![Build](https://github.com/turbocat2001/kos-virtualbox-guest/actions/workflows/build.yml/badge.svg)](https://github.com/acidicMercury8/kos-virtualbox-guest/actions/workflows/build.yml)
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](https://flatassembler.net/)
- 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](./LICENSE) for details