Information
DogOS was a small project that I developed for 3 years. It was a excuse to learn some hardware, but easily. I used Cosmos and C# to create the OS. Cosmos isn’t stable at all, so running DogOS on real hardware can break things. Only one version has been released.
It had a decent feature set. The project’s Readme states:
- A working shell
- User accounts
- Text Editor
- Shell scripts
- File system
- SHA256 hashing
Two features were planned for the next version. There’s a Networking
branch, and a GUI
branch.
There are some pushes to the GUI branch, but I think networking changes were local.
There was supposed to be a text-based web browser, where I made a website for that purpose.
I think I may continue this project but with Rust. I think it’ll be fun. Maybe for 8do?