fsxNet Wiki

BBS Development & Resources

User Tools

Site Tools


doors:tutorials:dos:exageardosemu

This is an old revision of the document!


DOS doors on RPi with ExaGear & DOSEMU

This guide is aimed at Raspbian Linux (Stretch) on Raspberry PI

Step 1. Install ExaGear

ExaGear is in the official raspberry pi repositories, so installing it is easy:

  sudo apt-get install exagear-desktop

Step 2. Install DOSEMU

The default installation of ExaGear seems to use Debian 8 as the guest system. DOSEMU is in the contrib repository which is not enabled by default, so you need to edit the sources.list inside the guest image.

  sudo vi /opt/exagear/images/debian-8/etc/apt/sources.list

Add contrib to the end of the line like this:

  deb http://ftp.us.debian.org/debian jessie main contrib

Now run exagear:

  exagear

And install dosemu:

  sudo apt-get update
  sudo apt-get install dosemu

Step 3. Configure DOSEMU

TODO…

doors/tutorials/dos/exageardosemu.1517109461.txt.gz · Last modified: 2018/03/29 01:58 (external edit)