Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TaromaruYuki authored Feb 23, 2022
1 parent 42f6600 commit a8b4b65
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
- [Features](#features)
- [Screenshots](#screenshots)
- [Building](#building)
- [Running Release](#running-release)
- [Additional Info](#additional-info)

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

Expand All @@ -17,17 +23,25 @@ DogOS will be a fully-featured operating system made in Cosmos(OS) and .NET 2.0
## Features

DogOS currently features the following:
- GUI with a Widget system and Window system.
- A working shell
- User accounts
- Text Editor
- Shell scripts
- File system
- SHA256 hashing

Check the repositories [Project's](https://github.com/DogOSdev/DogOS/projects) tab to check what needs to be done.

## Screenshots

> Alright that's all cool, but what about some awesome screenshots?
Right now DogOS is in a very *early* development stage, so there isn't really anything to show yet.
### v0.0.1

This section will be updated when there's more things added.
![screenshot_1](https://raw.githubusercontent.com/DogOSdev/DogOSdev/main/screenshots/0.0.1/screenshot_1.png)
![screenshot_2](https://raw.githubusercontent.com/DogOSdev/DogOSdev/main/screenshots/0.0.1/screenshot_2.png)
![screenshot_3](https://raw.githubusercontent.com/DogOSdev/DogOSdev/main/screenshots/0.0.1/screenshot_3.png)
![screenshot_4](https://raw.githubusercontent.com/DogOSdev/DogOSdev/main/screenshots/0.0.1/screenshot_4.png)
![screenshot_5](https://raw.githubusercontent.com/DogOSdev/DogOSdev/main/screenshots/0.0.1/screenshot_5.png)
![screenshot_6](https://raw.githubusercontent.com/DogOSdev/DogOSdev/main/screenshots/0.0.1/screenshot_6.png)

## Building

Expand All @@ -37,3 +51,17 @@ You can build DogOS on your own, and help development if you want. There are mul
1. Once installed, clone the repository and open the project in Visual Studio 2019.
1. 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.
1. 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.
1. 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.
1. 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 blank issue](https://github.com/DogOSdev/DogOS/issues/new). Use this prefix on the title: `[README]`. This helps me make sure that DogOS works on other platforms.

Thank you for checking out DogOS.

0 comments on commit a8b4b65

Please sign in to comment.