|
|
|
|
|
by qweqwe14
966 days ago
|
|
Sorry but what I think you've done is just emulating a shell, not an actual Linux system. For that, you need to emulate some architecture that Linux supports, like x86/RISC-V/ARM. With that you should be able to boot a real Linux kernel. One guy even made a RISC-V emulator inside VRChat using a shader[1]. Doing it in JavaScript will probably be easier, and I wouldn't be surprised if someone has done that already. Until you emulate a CPU architecture and boot an actual Linux kernel, it isn't quite fair IMO to call it "Linux". [1] https://blog.pimaker.at/texts/rvc1/ |
|
Cool stuff