Results 310 comments of Fabian

This looks similar to the issue that prevented Windows 2000 from booting. Did you change the PC type from ACPI to Standard PC (see below)? ![104830650-e66ea080-5880-11eb-82f9-cf75d6a41194](https://user-images.githubusercontent.com/1816456/105095972-b86aa580-5aa6-11eb-9c54-2fc2f0ffa3ee.png)

In that case you may want to try the experimental "Enable ACPI" option.

Cool! If you send me a small disk image (max 1 GB, preferred less), I'll gladly put it on the website.

Thanks, added to the website https://copy.sh/v86/?profile=netbsd

There's probably some way to fix this, but I have no idea how. Contributions are welcome.

Yes, this is an idea that has been spinning around my head for a long time. In fact, I've already written a prototype based on this emulator, but I couldn't...

This is now implemented in the [wasm](https://github.com/copy/v86/tree/wasm) branch. A crude benchmark is in https://github.com/copy/v86/pull/388. During regular emulation it collects entry points (functions, indirect jump targets) on a per-page basis and...

I think this request is reasonable. I'm probably not going to work on it, but pull requests are welcome.

I'd be surprised if Webpack didn't have a way to support this scenario. We could move the code into a separate file and conditionally include it in the build process....

It's a known issue, unfortunately I don't have much time to debug it.