dosbox-staging

dosbox-staging 0.82.2

Modernized DOS emulator; DOSBox fork

<rendered-html><p>DOSBox Staging is an attempt to revitalize DOSBox’s development process. It’s not a rewrite, but a continuation and improvement on the existing DOSBox codebase while leveraging modern development tools and practices.</p> </rendered-html>

https://dosbox-staging.github.io/
GNU General Public License v2.0 or later
programs: dosbox, dosbox-staging
Platforms (45)
armv7a-netbsdaarch64-netbsdarmv6l-linuxpowerpc-linuxaarch64-freebsdx86_64-netbsdmips64-linuxx86_64-redox
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  dosbox-staging
];
Ad-hoc shell
nix-shell -p dosbox-staging
Flake (nix run)
nix run nixpkgs#dosbox-staging