Update README.md
This commit is contained in:
parent
4e1b74d322
commit
5690758f09
|
@ -1,12 +1,12 @@
|
|||
# DremDOS - a tiny disk operating system built with COSMOS
|
||||
|
||||
## What is DremDOS?
|
||||
DremDOS is a basic disk operating system that is built with COSMOS, a set of building blocks to make operating systems with high-level programming languages such as C#, VB, F#, etc.
|
||||
DremDOS is a simple disk operating system made with C# that is built with COSMOS, a set of building blocks to make operating systems with high-level programming languages such as C#, VB, F#, etc.
|
||||
|
||||
<img src="https://raw.githubusercontent.com/sparrdrem/dremdos/master/docs/0.0.1.PNG" />
|
||||
|
||||
## DremDOS's Features
|
||||
DremDOS is currently very basic and is unable to do much. It can't even do some basic disk management things (due to bugs or, in the case of copying and moving, because they are not yet implimented. Maybe in 0.0.1-RC2) or load external programs.<br />
|
||||
DremDOS is currently very basic and is unable to do much.<br />
|
||||
However, these are it's current features:
|
||||
|
||||
- Create and delete directories
|
||||
|
|
Loading…
Reference in a new issue