nepx

Results 37 comments of nepx

Sorry for the long wait, I'm very busy at the moment. You may want to try enabling PCI as well. Taking a closer look at the error, it seems like...

You can send raw scan codes to the keyboard controller using `display_send_scancode`. I believe it's exposed to the JS layer. Keep in mind that these are hardware scan codes, not...

The emulator has no concept of files -- it's all sectors loaded from a disk. If I had to guess, the extra overhead of loading all those dynamic libraries would...

Hi, I haven't tried many browsers yet due to the lack of Internet connectivity in the emulator, but I have been able to run a few: - IE 8 in...

Where did you get the image? I have an older image that I used to test it (installed fresh on Bochs), and it works. It might be the hardware (PnP...

I "test" for regressions by booting the following operating systems: - DOS (floppy drive problems) - Windows 95 (general system state) - OS/2 Warp 4.5 (esoteric protected mode operations like...

Unit tests: [https://github.com/nepx/verr](https://github.com/nepx/verr).

Hello all, I've been working on this for the past several months. x86-64 support has been added to the interpreter, and the emulator can now boot a Linux kernel I...

Sorry, I don't have much experience with replit. Is there some use case that you had in mind?

The problem is that WebAssembly sets a hard minimum/maximum memory import size at compile time, which isn't what we want. I couldn't figure out how to configure Emscripten properly. I've...