SuperMaxusa
SuperMaxusa
> That mapping file could also be imported through the web ui, correct? Like a file input section (along with some built-in layouts)?
> accept the Terminal constructor as a parameter to V86 Fixed in #1463. ```js import { Terminal } from "xterm"; window.onload = function() { var emulator = window.emulator = new...
Thanks for notes. Unfortunately, sometimes Windows 9x is not "emulator-friendly". About versions: I use [MINI95](https://archive.org/details/mini-95) (a floppy version of Windows 95 RTM on CD) for quick tests, works for me...
I ran Windows 95C (aka OSR2.5) with a 700 MB hard disk image, but that's not the ideal way. -------- 1. Install with ISA machine type: ```bash $ qemu-system-i386 -hda...
#133