Skip to content

weese/dosbian-x

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 15 commits ahead of appnjoy:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
fs
 
 
 
 
 
 
 
 
 
 
 
 

Dosbian-X - Boot directly into a 486DX on your Raspberry Pi

Dosbian-X

After eagerly waiting for Dosbian 2.0 and due to Carmelo Maiolino's announcement of no longer developing any distros for the Raspberry Pis, I decided to continue the development of Dosbian on my own and continue where he left off. It still includes the nice menus and splash screens and according copyright notes from him (courtesy of Carmelo).

Dosbian-X includes:

  • all common DOSBox emulators
    • DOSBox-X - modern and accurrate successor of Dosbox
    • DOSBox-Staging lots of enhancements (Shaders, Roland MT-32, FluidSynth)
    • DOSBox-ECE - Enhanced Community Edition (3Dfx Voodoo, Roland MT-32, FluidSynth)
    • DOSBox-SVN - the original
  • latest Raspberry Pi OS Lite (64-bit)
  • support for all 64-bit Raspberry Pi models (3B, 3B+, 3A+, 4, 400, CM3, CM3+, CM4, Zero 2 W)
  • build pipeline to build the SD card image

If you have problems, fixes, comments please create an issue, pull request or start a discussion. Have fun and enjoy the 90s with your Raspberry Pi. More updates will follow...

If you like to support the development, you can buy me a coffee.

Installation

To use Dosbian-X, download the latest release from here and burn it on a microSD card, e.g. with balenaEtcher.

To connect your Raspberry Pi to your Wifi or enable the SSH server, put ssh or wpa_supplicant.conf files to your boot folder (the FAT32 partition of the microSD card) or start raspi-config on the Pi. More details can be found here.

Custom Build

You can build your own SD image of Raspbian for the Dosbian on your local ARM compatible machine (tested on Macbook M1) using Docker Desktop. After installing Docker, you should tune it a bit to speed up the build process:

  • increase resources to e.g. 8 CPUs
  • enable Experimental Features -> Enable VirtuoFS accelerated directory sharing

Then create the requried docker image with:

make docker-build

and after that build the Dosbian image with

make

The final image will be written into the folder images and is has a filename that includes a recent UTC date 2023-05-03-raspios-bullseye-arm64-lite_2023xxxx-xxxxxx.img. Simply burn that image to a microSD card using balenaEtcher and boot.

The original Dosbian image

DOSBIAN-X is a Raspberry Pi distro created in 2020 by Carmelo Maiolino.

Keep in the palm of your hand an equivalent 486DX machine of the 90s and enjoy playing with your preferite retro software and retro games.

It is compatible with the following Raspberry Pi models:

  • Pi 1 (Run with limitations)
  • Pi 0/0W (Run with limitations)
  • Pi 2B
  • Pi 3B
  • Pi 3B+
  • Pi 3A+
  • Pi 4B

THE PROJECT

Web page: https://cmaiolino.wordpress.com/dosbian Facebook: www.facebook.com/groups/Dosbian

Visit my web page to leave a comment, get the latest news, download new versions of Dosbian. If you need help on how to start with Dosbian, please feel free to ask support to the Facebook community.

TERMS OF USE

DOSBIAN is a donationware project, this means you can modify, improve, customise it as you like for your own use.

IT IS STRICTLY PROHIBITED:

  • USE DOSBIAN FOR COMMERCIAL PURPOSES.

  • DIFFUSE YOUR OWN CUSTOMIZED COPY OF DOSBIAN

About

A Raspberry Pi distro that boots straightly to Dosbox emulator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 87.1%
  • Visual Basic 6.0 7.9%
  • Makefile 2.7%
  • Batchfile 1.9%
  • Dockerfile 0.4%