Results 233 comments of Fabian

This is technically possible, basically have a look at https://github.com/copy/v86/blob/master/src/browser/serial.js This function handles interaction between a serial console and a `` element, you basically need to replace the `` stuff...

Not at the moment, but you can convert qcow to raw using qemu-img. I'd accept contributions to add support for qcow images.

> What about running qemu-img in a VM and booting from the disk image on the first VM filesystem? Not really feasible from a performance point of view.

I removed a try-catch around the `WebSocket` instantiation in 00cf97fbf6744dfbac67c3c70dae9d7e99ba2e0f. Putting it back will probably fix this.

WSL is probably nicest to work with. The [`Dockerfile`](https://github.com/copy/v86/blob/master/tools/docker/test-image/Dockerfile) is a good reference as a setup.

Interesting find. Could you provide the qemu command line that you used to build this image?

> This happens because of [this line](https://github.com/copy/v86/blob/56b74146/lib/filesystem.js#L1132) in get_data, but I don't know if it can be changed to return new Uint8Array. There is similar code in get_buffer, which also...

> Windows XP and OS/2 don't boot because of an unhandled double fault exception. It's not the double fault exception that causes this. The double fault shouldn't happen in the...

> These are tables, after all. How hard could it be to copy tables? This isn't necessary, the bios sets up ACPI tables: https://github.com/KevinOConnor/seabios/blob/master/src/fw/acpi.c > Early OSes have no support...