Skip to content

KolibriOS/DOSBox

Repository files navigation

DOSBox 0.74-3 port for KolibriOS

This repository contains a port of DOSBox version 0.74-3 for KolibriOS.
DOSBox is a free and open-source emulator which runs software for MS-DOS compatible disk operating systems—primarily video games. Official site: https://www.dosbox.com/

The original README can be found here.

Building

  • Download the KolibriOS project repository from SVN;
  • Set up GCC cross compiler for KolibriOS;
  • Set up the Tup build system or build the necessary libraries (listed in kolibrios_build.sh) manually;
  • Go to the root of the DOSBox repository;
  • Export the KOS_SDK_DIR variable:
    export KOS_SDK_DIR=/<kolibrios-svn>/contrib/sdk
    
  • Run the build:
    ./kolibrios_build.sh
    

The resulting dosbox binary file will be available in the root of the repository.

Usage

Please check out the official DOSBox Wiki as well as the KolibriOS Wiki

Example of launching the game Warcraft: Orcs & Humans: Alt text

Known issues

Not yet). But if you have any problems, create an issue on this page, forum or Telegram KolibriOS chat.

Authors

Author of the port: Maxim Logaev (turbocat)
The authors of the original DOSBox are listed here

License

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