Results 310 comments of Fabian

I added android-x86-1.6-r2.iso to the website: http://copy.sh/v86/?profile=android. Takes about 6 minutes to boot, a significant part of that is downloading cdrom sectors. It's scripted to auto-select VESA mode. If you...

Let's close this as working.

It was implement a long time ago, but I would indeed like to revisit it. PRs welcome. Currently has some known issues: https://github.com/copy/v86/issues/219

There's a hook for exceptions ([for instance here](https://github.com/copy/v86/blob/4f6acde82186873873c95f33270236b36a6dff2e/src/rust/cpu/cpu.rs#L2962)) that is used for some tests, but none of the specific hooks you mention. I don't have any plans to implement hooks,...

Someone correct me if I'm wrong, but I don't think it's possible. [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) looks like it's read-only, while [`FileSystem`](https://developer.mozilla.org/en-US/docs/Web/API/FileSystem) only gives you access to a virtual filesystem.

@hello-smile6 I was expecting your contribution ...

Theoretically yes, but as @Pixelsuft pointed out, there are some bugs that prevent it from working currently.

@lunu-bounir In order to use `bzimage_initrd_from_filesystem` you have two options: - Include the root filesystem in the initrd and mount the 9p filesystem somewhere else than `/`. This is what...

I don't manage the npm package, someone else packaged up v86 for it. Currently the best way to get v86 releases is either to build them from the repository or...

I think extending and documenting the url interface would be a good step in this direction, i.e. making something like this work: https://copy.sh/v86/?cdrom=https://k.copy.sh/linux4.iso&m=512M&networking=0&acpi=1 Or perhaps a json file inspired by...