Running DOS Programs on Linux: Duke Nukem Lives!
December 3rd, 2008 by Mitch Frazier in
If I play video games they're usually pretty low tech ones. One of the few games I miss from the old days is Duke Nukem, and I'm talking about the Duke before he went 3D. If you have an old DOS game that you'd like to run, or for that matter any old DOS program, check out DOSBox. Even if you don't have any DOS programs that you'd like to run, you might want to try downloading some of the old DOS games that are now available free online.
DOSBox is a DOS emulator that runs under Linux as well as OS X and Windows. To quote from the website:
DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms. DOSBox has already been ported to many different platforms, such as Windows, BeOS, Linux, MacOS X...
DOSBox also emulates CPU:286/386 realmode/protected mode, Directory FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA graphics, a SoundBlaster/Gravis Ultra Sound card for excellent sound compatibility with older games...
DOSBox is fairly easy to use, if it's not included in your distro's repo (openSuSE has it), download it here. Once it's installed just type dosbox. When the DOSBox window appears the first thing you have to do is mount the directory that contains your DOS program as a DOS drive. You do this by typing a mount command in the DOSBox window, for example I did:
mount c ~/bindirs/dukenukem/DUKE
To start your DOS program change to the drive that you just mounted and type the name of the program:
c: dn1.exe
And now you're playing Duke Nukem, or possibly doing something useful.
If you don't have a copy of Duke Nukem you can download it here. I already had a copy that I had saved years ago but I did download a copy of Duke Nukem 2. This required a few installation steps before I was able to run. Under Linux:
$ cd ~/bindirs/dukenukem $ mkdir DUKE2 $ cd DUKE2 $ unzip ~/tar/d/dnukem2.zip $ dosbox
Then in the DOSBox window:
mount c ~/bindirs/dukenukem/DUKE2 c: install.bat nukem2.exe
Note that this actually ended up installing it in ~/bindirs/dukenukem/DUKE2/DUKE2 but this is easy enough to move around from Linux to eliminate the extra DUKE2 from the path.
Running on a Quad Core Phenom, DOSBox's performance was good: I encountered no performance problems with video or sound. I also noticed that while running it didn't appear to require any more CPU than any other program I tend to use so I suspect performance should be good on most modern systems.
__________________________Mitch Frazier is an Associate Editor for Linux Journal and the Web Editor for linuxjournal.com.
Special Magazine Offer -- Free Gift with Subscription
Receive a free digital copy of Linux Journal's System Administration Special Edition as well as instant online access to current and past issues. CLICK HERE for offer
Linux Journal: delivering readers the advice and inspiration they need to get the most out of their Linux systems since 1994.
Subscribe now!
The Latest
Newsletter
Tech Tip Videos
- Nov-04-09
- Oct-29-09
- Oct-26-09
Recently Popular
From the Magazine
December 2009, #188
If last month's Infrastrucuture issue was too "big" for you then try on this month's Embedded issue. Find out how to use Player for programming mobile robots, build a humidity controller for your root cellar, find out how to reduce the boot time of your embedded system, and if you're new to embedded systems find out the basics that go into one. You can also read about the Beagle Board, the Mesh Potato and a spate of other interestingly named items. And along with our regular columns don't miss our new monthly column: Economy Size Geek.
Delicious
Digg
StumbleUpon
Reddit
Facebook








Descent
On April 4th, 2009 Anonymous (not verified) says:
If it's descent you're after, search for the d1xx-rebirth and d2xx-rebirth projects. They allow descent to be played on modern OS (including Linux) with modern hardware.
So good, even Sierra used it.
On December 8th, 2008 Grant Wagner (not verified) says:
DosBox has been around for quite a while, and has really come to completion at version 0.70. While it does need some manual set up steps, it really is one of the best ways to turn back on the old game.
Recently Sierra released 4 box sets of most of their old adventure games. They used DosBox to make sure all of the older titles ran in XP without issue. It's a small step to move these games into Linux from those sources.
Reliving 90's
On December 7th, 2008 tiges (not verified) says:
I have found Dosbox valuable to re-playing the Commander Keen series and Secret Agent, which I spent many a hour consuming my time on in the 1990's.
Side effect: my 5 year old son is now obsessed with these games :)
To make life a little easier, I changed the start-up script for Dosbox (after copying the original!) to default to the DOS folder (where I can dump any future games) and to change from Z: to C:
Duke Nukem Forever
On December 6th, 2008 Chris Bryant (not verified) says:
Yes, but where can I download Duke Nukem Forever?!
;-)
Also, have you compared it with DOSEMU?
Dosbox
On December 5th, 2008 sigint says:
Hello All
I am sorta a newbie. However, when i get Dosbox running the controls don't work without some configuring. I am i doing something wrong?
DOSEmu
On December 5th, 2008 DanDart (not verified) says:
DOSEmu is better.
I can play Quake with no lag on that, but DOSBox gives me lag.
DOSEmu is a whole lot easier to set up too.
Cheers
Dan
Dosemu only runs on i386
On December 15th, 2008 Anonymous (not verified) says:
Dosemu only runs on i386 cpus, it uses the native cpu instead of emulating one. Also, some games with weird sound or graphic programming doesn't work good or even at all. So, dosbox is the more relyable and stable one, but if you own a 386-compatible cpu you can try your game/app with dosemu first
lemmings
On December 4th, 2008 GregE (not verified) says:
Lemmings works
Quite a few others, my biggest problem is that floppies fade away over time. I had games on 1.44 mb floppies and had to mount an LS120 drive to use it's superior error correction to recover the files.
Microsoft's finest hour was Return to the Arcade for Windows 95 using directx 3. It runs pretty well under Wine, even has gamepad support.
fun
AWESOME!
On December 4th, 2008 moose (not verified) says:
This is another example of the greatness of the GNU/Linux community! Creativeness, inventiveness, freedom.
Support your local GNU/Linux group!
Peace.
At the risk of being ostracized..
On December 4th, 2008 tananaBrian says:
This enables so many things! Like, I'll bet that I can run an Apple II emulator within the DOS emulator ...and run the old old Apple II games that I used to love! Ok, so now spank me... I said "Apple"! Yikes! I think I'll go try it... :)
Brian
DOH!
On December 3rd, 2008 ChrisMason (not verified) says:
If I only had a 5 1/4 floppy drive, I could play my old games.
dos games
On December 3rd, 2008 Anonymous (not verified) says:
another good old dos game to try is m.a.x
all the mounting can be automated by editing the dosbox.conf(after you ran the command to create it)
add lines like these to the end of the file
mount c /home/user/dos/c -freesize 800
mount d /media/cdrom0
this mounts a directory in my home folder as the C:\
also mounts the cd drive as D:\
the freesize added to the c:\ line sets amount of free space.
hope people find this info useful.. now go get dos gaming
Cool!
On December 3rd, 2008 Randy Noseworthy says:
Cool. Now everyone is going to Storm Dos Games Archives for old toys to play with. :)
Now if I only had the time, and could find my original disks of this game... I Used Dos Box for playin Zork. - The last time I looked at DosBox, it didn't keep a mounted DIR /Path and I had wished it would have..
__________________________http://twitter.com/TheNose100
Descent
On December 3rd, 2008 Colin Dean (not verified) says:
It would be great to get Descent and Descent II running in DOSBox.
The good old days ...
On December 4th, 2008 Anonymous (not verified) says:
Well, Descent runs perfectly fine in DosBox.
And for all you people now thinking about their good old time favorite - just do a google search on abandonware (e.g. http://abandonia.com is a great place to start). Nearly all of this stuff runs perfectly fine with DosBox - even without a Quad Core ;-)
Cheers
Decent woot
On December 3rd, 2008 alphakamp says:
Indeed decent is/was awesome. I only ever played the demos though
Post new comment