86Box is a new one to me but perhaps some readers might be interested in it. It's an IBM PC system emulator that specializes in running old operating systems and software. Now with version 3.2 it's available for Linux.
"This Linux version was made possible by the massive work put in by contributors like jgilje, Cacodemon345, ts-korhonen and dob205, who developed the cross-platform Qt user interface or otherwise helped with freeing our code from the shackles of Win32. This new interface should look and feel almost exactly like the old Windows one. A macOS version is also in the works, also powered by the new interface and supporting both Intel and Apple Silicon, though it wasn’t ready in time for this release."
What does it feature?
- Easy to use interface inspired by mainstream hypervisor software
- Low level emulation of 8086-based processors up to the Pentium with focus on accuracy
- Great range of customizability of virtual machines
- Many available systems, such as the very first IBM PC 5150 from 1981, or the more obscure IBM PS/2 line of systems based on the Micro Channel Architecture
- Lots of supported peripherals including video adapters, sound cards, network adapters, hard disk controllers, and SCSI adapters
- MIDI output to Windows built-in MIDI support, FluidSynth, or emulated Roland synthesizers
- Supports running MS-DOS, older Windows versions, OS/2, many Linux distributions, or vintage systems such as BeOS or NEXTSTEP, and applications for these systems
Downloads available on the GitHub. They went with AppImage for Linux so it should run across most major distributions.
They went with AppImage for Linux so it should run across most major distributions.
I wished more devs wold opt for this for their software. Some things shouldn't need you to plug a new repository, compile code or anything that requires a admin password. Just run it from the Download folder without much fuss.
I can hear the security minded folks furiously typing right now, but remember, I said "some things", not all apps.
They went with AppImage for Linux so it should run across most major distributions.
I wished more devs wold opt for this for their software. Some things shouldn't need you to plug a new repository, compile code or anything that requires a admin password. Just run it from the Download folder without much fuss.
I can hear the security minded folks furiously typing right now, but remember, I said "some things", not all apps.
I agree with "some things", not sure if this type of application fits that category, for me that is. However I think the main problem is that distros don't add new software to their repos until they release a new version of the distro, sometimes I wish that they would just add new interesting software to the existing repos as long as they don't come with dependency breaking stuff.
Linux users: Screw that! Let's argue about how the software is packaged and distributed instead!
Could anyone kindly explain the difference between this, and DosBox? As long as I can run Transport tycoon and Sim city 2K and Mortal kombat in DosBox, what can I use this tool for?
Representing all the noobs out there, and taking one for the team.
Could anyone kindly explain the difference between this, and DosBox? As long as I can run Transport tycoon and Sim city 2K and Mortal kombat in DosBox, what can I use this tool for?
Super over-simplification:
DOSBox is for running games mostly from the late 80's to the mid nineties etc. This if for when you want to your software to think you're running some sort of IBM PC or PC Compatible (Clone) which did run DOS but also ran any number of other tools. Think of this as more of a VM like platform rather than a games playground like DOSBox.
Says it also supports doing various old Linux distributions. Maybe I could use it to play my old Loki games.What is the support for GPU pasthrough like with this I wonder?
Nope.
At least, not for me,thanks.
This is GPL 2.0 code that can be packaged by your distribution and installed and uninstalled by your package manager.
I can understand that for proprietary apps, or if you just need to test the software.
More appimages mean more bloat/useless duplication, more memory use.
Someone's already got a [PKGBUILD in AUR](https://aur.archlinux.org/packages/86box) (and -git version) I might try later; just because the 86box team offers a distro-agnostic AppImage doesn't prevent everyone else from doing the 'right' thing with their distro of choice. I'm sure someone'll have a PPA for Ubuntu users, too, in time, etc.
I never said that.
Apologies - I must have fumbled trying to trim down the quote on my phone :p Meant to be a reply to this one further up I think? https://www.gamingonlinux.com/2022/02/retro-x86-based-machine-emulator-86box-32-brings-linux-support/comment_id=220331
Either way - more just general info for anyone who might think their AppImage is the only route.
I never said that.
Apologies - I must have fumbled trying to trim down the quote on my phone :p Meant to be a reply to this one further up I think? https://www.gamingonlinux.com/2022/02/retro-x86-based-machine-emulator-86box-32-brings-linux-support/comment_id=220331
Either way - more just general info for anyone who might think their AppImage is the only route.
That's not the one either ;). I don't think any one is protesting the devs of 86Box to provide an AppImage image at their web site for people to download and use. The discussion is more that we would like the regular distributions to include new software in their repos so that people could install them "the proper way" to avoid the problems of security and bloat.
Says it also supports doing various old Linux distributions. Maybe I could use it to play my old Loki games.What is the support for GPU pasthrough like with this I wonder?
None I would imagine. It looks like they emulate various old graphics cards from the 80:ies up to VoodoFX.
Representing all the noobs out there, and taking one for the team.
Could anyone kindly explain the difference between this, and DosBox? As long as I can run Transport tycoon and Sim city 2K and Mortal kombat in DosBox, what can I use this tool for?
DosBox emulates MS-DOS so you can run MS-DOS software like old PC games. This emulates various old style PC:s at the hardware level so you could install MS-DOS on it to turn it into a slower but very accurate version of DoSBOX but that would probably be way overkill. This is mostly for people wanting to play around with old hardware and not so much play old games.
Last edited by F.Ultra on 17 Feb 2022 at 11:24 pm UTC
Someone's already got a [PKGBUILD in AUR](https://aur.archlinux.org/packages/86box) (and -git version) I might try later; just because the 86box team offers a distro-agnostic AppImage doesn't prevent everyone else from doing the 'right' thing with their distro of choice. I'm sure someone'll have a PPA for Ubuntu users, too, in time, etc.
Ok for the appimage, but also building a apt would cover most beginner populations. I never built a appimage or a apt myself, so I imagine that should be a hard task for devs to do it routinely?
I don't understand how it's such a mess to package something in linux. From a beginner point of view, the fact that each distro proposes its own packaging method looks like old proprietary OS trying to keep captive their pools of users and exclude the possibility to change.
Like for phone cables, we need a clear, stable common basement so that the free (like in freedom) exists, and at a level beginners can handle, not at a level that only kernel pros can manage.
That doesn't mean there can't be popular approaches however, and actually it's highly likely that only a couple of package formats will be required (probably only .deb, and a tarball as a distro-agnostic approach) to cover the majority of users.Just as an aside, I must admit to getting some small satisfaction when using Red Hat Linux 7.3 at how it was RPM packages that were the expected default with the software available at the time, with .deb packages being an afterthought. By the time I was using Fedora as my daily driver that had already switched outside of enterprise environments, so it did sometimes feel like you were being treated as a second class citizen.
Of course now I am on Arch with the wonder that is the AUR. I actually just setup vkQuake and Yamagi Quake II on my brother's new Pangolin laptop running Fedora 35, and I just got lazy and copied over the builds I made on my Arch machine using makepkg. These worked great, and better than the actually packaged version of Yamagi Quake II for Fedora which refused to play the music and videos properly.
To test this, I dug out my old OS/2 Warp 3.2 diskettes, and so far it performs better for old systems than using DosBox, Qemu, and Virtualbox. DosBox is fine if all you want to do is play old dos games, but I like to dabble in a bit of OS/2, OpenStep, IRIX, System V Unix and the like. And for that, DosBox just doesn't cut the mustard...
doesn't cut the mustard...Never occurred to me before, but that's a weird saying when you think about it. I mean, who cuts mustard? It's semiliquid, you use a spoon. Or a squidge bottle. Should be "doesn't squidge the mustard" or something. Or "doesn't cut (something you might conceivably want to cut)".
Never occurred to me before, but that's a weird saying when you think about it. I mean, who cuts mustard? It's semiliquid, you use a spoon. Or a squidge bottle. Should be "doesn't squidge the mustard" or something. Or "doesn't cut (something you might conceivably want to cut)".The expression derives from 'mustard' as a slang word for a thing that is the best, and O. Henry has a character in Cabbages and Kings say: 'I'm not headlined in the bills, but I'm the mustard in the salad just the same. The 'cutting' refers to the act of harvesting the plant, i.e. garnering the best.
From Brewer's Dictionary of Phrase and Fable. I love that book!
See more from me