_86box

86box 6.0

Emulator of x86-based machines based on PCem

https://86box.net/
GNU General Public License v2.0 only
main program: 86Boxprograms: 86Box
Platforms (25)
powerpc64le-linuxs390x-linuxmips64-linuxarmv5tel-linuxarmv6l-linuxloongarch64-linuxsh4-linuxmips-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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