Skip to content
Blog RUN DOS APPLICATIONS AND GAMES IN UBUNTU LINUX : DOSBOX

RUN DOS APPLICATIONS AND GAMES IN UBUNTU LINUX : DOSBOX

DOSBOX RUN DOS APPLICATIONS AND GAMES IN UBUNTU LINUX

$ sudo apt-get install dosbox

(Your can use Synaptic Package Manager and search for dosbox)

After Installation you can make a folder xxxxx in your home directory
(eg: $ mkdir mydos)

copy your favorite dos programs and games like Turboc, dave, digger etc in this directory

Now you can run dosbox by typing dosbox in a terminal or
by select it from menu

$ doxbox

You will get a small dos window with Z:\> prompt

In Z prompt type the following

Z:\>mount c /home/xxx/mydos

This command for mounting your dos directory to C Drive
(in my case my dos files are in /home/xxx/mydos )

Now You are ready for running your dos programms

Z:\> c: ( change drive to c:)
Z:\>dir (this will list your dos files placed in /home/xxx/mydos)

if ther is our old famous digger game

Z:\>digger and Enjoy it.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.