Why I’m writing a Windows 3 EmulatorI’ve decided to write a 16-bit Windows emulator. It’s a bit of crazy idea, but hear me out…
It’s like DosBox in that it’s emulating the CPU — but unlike DosBox in that it’s not emulating other low level hardware.It’s like Wine in that it’s emulating the Windows API — but unlike Wine in that the CPU is emulated instead of running on a physical processor (remember Wine stands for “Wine Is Not an Emulator”).It’s not like VirtualBox or VMWare or other virtualization software as it’s not emulating or virtualizing low level hardware.