I've had a pretty good experience running a few SPARC versions of Solaris on QEMU. The install process was fairly smooth, and they ran fairly well.
Operating Systems
All things operating system related, from Windows to Mac to Linux distros and the more obscure.
Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
I'm also interested in suggestions of old operating systems that might be fun to try and bring up in this type of environment.
I used 86box to create a windows 98 build on top of a P200 MMX with a voodoo banshee. Would recommend. Loaded up all my childhood cd games like Close Combat III, SimCity 3000, Rouge Spear, and Fighters Anthology. All worked flawlessly. There is a good YouTube video on a similar build I followed; if you are interested I could dig it up.
This is my bet for replacing old legacy systems reliant upon old programs with no source code available.
The problem with this era of software was that nobody took future hardware into account, so something like CPU cycles could be used to define timing, which doesn't work too well if you move a program from a 320MHz environment... to a 3.2GHz one.
So 86Box is very interesting to me as it creates a much more realistic scenario than say DOSBox.
Whoa, you were a high roller: more than 100Mb HDD and a Novell network? I mean, next your going to tell me you had a SCSI disk too. (Seriously, jealous, though.) Mine was a 486 SX, 2Mb RAM, 80Mb HDD, no sound, generic 256 color graphics card and could barely run Oregon Trail. Fun times, though.
Yeah that would be.
Mine was actually an SX 66, and had 14.4kbps modem.
I splashed out on a DX for the VM, and figured LAN was a better way to get this thing on the 'net. :)
I've been playing with 86Box lately to setup Windows 95 to play some old games.
Win95 has a bug where it doesn't run on fast CPUs, so using one of the original CD images in a VM like KVM is not possible.
(I later found https://github.com/JHRobotics/patcher9x which you can use to patch the install images)
I tried Bochs but it was impossible to use, it drops to a text debugger and wants you to connect over VNC which isn't what I wanted anyway. PCem lost a lot of momentum after going unmaintained, and there is no Linux binary.
86Box has both AppImage and Flatpak, and comes with a nice configuration GUI. It's easy to use and works well for what I want to do.
I like how it seems to properly emulate the BIOS and specific devices, so you can use the actual original drivers too.
Thanks for the link to the patcher. That could come in useful if I'm looking for a higher performance Win9x VM.