Skip to content
TaromaruYuki edited this page Apr 23, 2022 · 1 revision

Info & How-To

This section will explain more information about DogOS.

What is DogOS

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.

Current features

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.

Building DogOS.

You can build DogOS on your own, and help development if you want. There are multiple steps to building.

  1. Install the COSMOS Dev Kit. The instructions are here.
  2. Once installed, clone the repository and open the project in Visual Studio 2019.
  3. 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.
  4. Run the project, and it should open and boot!
Clone this wiki locally