browser-vm
browser-vm copied to clipboard
A small Linux x86 VM meant for use in the browser
I'm able to re-config and add python, lua, qjs Ok but I can't add g++. I select must or glibc (for qjs), select gcc version 9 -> enable C++. But...
Hello, Thanks for this project, it's really useful. I'm using it for a little fortune demo over at Do you know how to support Unicode characters in the terminal? Right...
Any chance we would be able to do `netcat`/`curl`/`wget`/`dig` type things inside of the VM? Obviously the browser has a lot of restrictions on network so these probably can't work...
I'm trying to build my own v86 using Docker, but putting in the directory to load crashes the VM: ``` fs, path, and Buffer are all available on window for...
I'd love to find ways to further strip down the [Linux kernel config](buildroot-v86/board/v86/linux.config) to remove anything not being used by v86--currently the built ISO is ~4M. I've succeeded in removing...
Bruh doin copy paste is hella annoying, no cap. Vibe is super off
First of all, thank you for this project. I noticed the Linux image does not come with Python pre-installed. For my use case, I want to use Python and install...
I have been trying to add the nodejs package to the build. But the build hangs without error. From the menu nodejs dependencies are ``` nodejs needs a toolchain w/...