A operating system made with Cosmos and in C#.
!!!WARNING!!!
DogOS should not be ran on physical hardware. If you try to, you risk the loss of your personal files or even your PC. YOU HAVE BEEN WARNED
DogOS will be a fully-featured operating system made in Cosmos(OS) and .NET 2.0 C#. It is in heavy development right now, and there is barely anything added so far. Star the repository to get updates on development, or join the Discord server.
DogOS currently features the following:
- A working shell
- User accounts
- Text Editor
- Shell scripts
- File system
- SHA256 hashing
Check the repositories Project's tab to check what needs to be done.
You can build DogOS on your own, and help development if you want. There are multiple steps to building.
- Install the COSMOS Dev Kit. The instructions are here.
- Once installed, clone the repository and open the project in Visual Studio 2019.
- If needed, open the project's Properties and change the profile. If you are using VMware, make sure to change the edition to your edition. It is currently at Workstation.
- Run the project, and it should open and boot!
To run a release, please follow these steps.
- Download the ISO and the Filesystem.
- Create a new virtual machine with the ISO mounted, but make sure to use the virtual disk that was downloaded. DogOS does not work right without it.
- Run the virtual machine!
DogOS has only been tested on VMware Workstation 16. If you test it on a different virtual machine, please open a issue. Use this prefix on the title: [README]
. This helps me make sure that DogOS works on other platforms.
Thank you for checking out DogOS.