DogOSdev / DogOS

A Operating System made with Cosmos and in C#. πŸ•

Home Page:https://DogOSdev.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A shiba inu pixel art dog displaying in a old VGA monitor.

DogOS

A operating system made with Cosmos and in C#.

Table of Contents

!!!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

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.

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.

Screenshots

v0.0.1

screenshot_1 screenshot_2 screenshot_3 screenshot_4 screenshot_5 screenshot_6

Building

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!

Running Release

To run a release, please follow these steps.

  1. Download the ISO and the Filesystem.
  2. 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.
  3. Run the virtual machine!

Additional Info

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.

About

A Operating System made with Cosmos and in C#. πŸ•

https://DogOSdev.github.io/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 100.0%