dennis95 / dennix

Dennix is a unix-like hobbyist operating system written from scratch.
ISC License
163 stars 13 forks source link

Use on replit? #31

Closed 17lwinn closed 2 years ago

17lwinn commented 2 years ago

Repl.it is able to run QEMU, which have been used to help other users make their own OSes. But is there anyway this OS could be ported to repl? or perhaps make a guide to do so?

I think it should work, but it would be really great if it could be done as it means many others can see and use the OS without needing to do anything locally.

dennis95 commented 2 years ago

I'm not really familiar with repl.it but if it runs QEMU, it should be as simple as downloading a release image (or compiling one yourself) and then loading it in QEMU.

However I would expect it to be quite slow compared to running QEMU on a local machine.

17lwinn commented 2 years ago

I'll give it a try! thanks!