My very own WebOS
- 4 Devlogs
- 8 Total hours
This is my very own OS that can be run in the web!
This is my very own OS that can be run in the web!
i added better readme
I added more browser support including a console in a canvas and a filesystem and shell. the filesystem is just a vector where each file is just a string for path and a vector of u8s for its bytes.
i got it to work in the browser!! next i should add canvas rendering and also maybe some actual programs and a filesystem
I followed https://os.phil-opp.com/ and now i am going to try to get this to run on the web and add a basic shell