diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2021-11-01 11:10:32 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2021-11-01 11:10:32 -0400 |
| commit | cb7e1688c61dc6861d06b56475f46d5c7ac75f91 (patch) | |
| tree | 012dedf66466fd30a927f740169bc852617010d4 /README.txt | |
| parent | fe5e287e5d517bb301ab403bcc0b92ff89dbdc3e (diff) | |
Updated coin to allow for multiple flips
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..f242343 --- /dev/null +++ b/README.txt @@ -0,0 +1,14 @@ +Project Mustang +=============== + +Overview: A UNIX-like operating system with the graphical environment of a 90s operating system, written in C for the Raspberry PI 4. + +Features: + - Full desktop environment similar to windows 9x + - Programmer based environment with tools to make programming, and gui programming, easier; like NeXTSTEP + - UNIX-like userland tools + - Networking + - Support for multiple programming languages like C, C++, GOLANG, and mabye Java + +Goals: + - Write userland programs
\ No newline at end of file |
