nepx

Results 37 comments of nepx

Thanks for the responses! @conrad-watt I played with their demo, but right now it seems like it's limited to user-mode POSIX applications, although they say that they plan to virtualize...

I currently don't have Visual Studio installed (I'm working from Linux), so I apologize for not having these files set up. It *can* build on Windows, you just need MinGW+zlib+SDL+Node.js....

> Same question: Is possible to create module for python, because halfix is written on C? Of course. I don't know very much Python, but creating bindings seems feasible, the...

Oh, that's strange. I tried it on x64 Chrome on Ubuntu 18.04 and it worked. But I used a different image than yours. When does it crash? Does it crash...

It definitely looks like a hard drive issue. During normal boot, VESA is switched off after a while, a cursor renders, and the Gray Screen of Death appears. Setting [`MAX_MULTIPLE_SECTORS`](https://github.com/nepx/halfix/blob/master/src/hardware/ide.c#L63)...

Windows 8 doesn't seem to do any kind of error checking on multi-sector reads. It assumes the read succeeded, even if it returned garbage, transferred zero bytes, or did something...

No worries, thanks for the interest! Alpine Linux works well as a guest OS, both in the browser and native versions. I've had problems with networking. The PCAP layer pushes...

Thanks for the interest! I've been very busy with work, school, etc. lately, and unfortunately, that means that I have almost no time to spend on this project. Pull requests...

The WebAssembly version is notoriously unstable. WinXP occasionally works, other times it crashes. Based on the fact that it works in the native version but not in the browser, I...

If you install XP on a system with APIC support, it will assume that it's present for all future boots, whether or not the current system has it or not....