As you wish, my lord. there it is.
Step by step tutorial
1 - Boot Hekate and Install L4T
Here, you have a wonderful thread:
https://gbatemp.net/threads/l4t-ubuntu-a-fully-featured-linux-on-your-switch.537301/
For SX users, you can easily boot Hekate (needed to start L4T and its installation): just put the last version of Hekate (4.1.0 minimum) on the root of your SD card. Press and hold the vol+ button while starting the console until you obtain the SX launch menu. Then go to other/payload and inject the Hekate payload. Then from Hekate, just follow the usual path Launch/other/L4T.
2 - I have a clean L4T install
Install Swap file (never too careful) and Joycon Mouse
https://gbatemp.net/threads/l4t-ubuntu-applcation-install-guides.537579/
/!\ This process need several keyboard inputs, mouse alone along with on screen keyboard is a chore. I did it and don't wish my worst enemy to go through this. Use a wireless keyboard if you have one.
3 - Orders captain ?
- Find a nice ISO of W98 or 95 (XP seems too demanding), with its serial (I put it in Downloads file).
- Install Qemu:
sudo apt-get install qemu-kvm qemu virt-manager virt-viewer libvirt-bin
- Create your virtual x86 OS:
qemu-img create W98.img 10G
4 - You want a piece o'me boy ?
- Launch your virtual machine
qemu-system-x86_64 -hda W98.img -boot d -cdrom /home/Tassadar/downloads/W984.iso -m 128 -soundhw sb16 -display sdl
If you put a lot of memory (here, I put 128Mo), installation can be faster (RAM has to be bigger than the ISO size)
/!\ Learn how to manage the "grab mouse" functionnality in Qemu. I find it WAAAAY better to never enter your mouse in the frame and only use the keyboard, until you have no choice.
- Go through the installation process. Be patient !
- Once installation is done and two to three restarts of the virtual machine completed, you will have a nice soundless, 16 colors, 640*480 desktop. Haaa, good times.
5 - My life for Aiur
/!\ In order to transfer data to W98, just use the -cdrom command:
***remove the bood argument, it is now useless
***you can simply convert a folder to a compatible iso using this command:
mkisofs -o /tmp/cd.iso /tmp/directory/
- your OS should have drivers for you sound card (I didn't cause I didn't use the -soundhx 16 argument while installing, I had to find them on my own)
- your video drivers are here:
http://www.bearwindows.boot-land.net/vbe9x.htm
Put both drivers in an ISO using the mkisofs command, Launch W98 and install your stuff.
Once you have sound and 256 gorgeous colors on screen, just insert the same way your Starcraft ISO.
Don't forget to install DirectX5, it has nice visual effects.
Enjoy !
So far: still struggling to install Red Alert 2 and Dungeon keeper.
Don't use ALL-in-One executables, W98 can't handle them