Prasath Manickam
Prasath Manickam
> I'd say this project needs about 1,000 - 10,000 more github stars. > > This is an absolutely fantastic project, unlike anything I've seen in web dev clapclapclap, a...
@humphd I have added the required package, device driver using Linux-menuconfig. Although it fails to add the network interface (for instance : eth0). The booting fails if I use v86...
I cracked it and thank you!
@humphd Is there any solution found for this issue. I tried to use the libv86.js from ' _https://github.com/humphd/v86/tree/filer-9p-lastknowngood_' and passed a new filesystem object with basic v86 emulator API call....
As said earlier. Trying to use the "**libv86.js**" with **Filer filesystem** included. As you did, [new filesystem object](https://github.com/humphd/browser-shell/blob/e3c53feed073b843dab58442f0bf1db8fa3663a6/src/vm.js#L11). When I tried to load, it always fails with #GP Handler error...
@BenNottelling Did you find any solution for this networking? I have a situation to stream data to a process running in the VM using network. Any suggestion?
@humphd > * use a `postMessage` style interface to connect a JS "server" in the browser to something running in the VM > * similar to the above, but proxy...
@Gowtham2003 Installing the same Parcel version(package.json) solved the issue. If not, set "babel/preset-env" version would resolve this issue.