From 0ea43cbc5bbb2bbefe48bd32bb40d1d825208c82 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Mon, 1 Nov 2021 12:02:03 -0400 Subject: Updated the README, Removed the License, Changed ints to Ulongs in coin --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..654c8f6 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# 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. + +## Planned 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 + +## Current Goals: +- Write userland programs + +## Building + +To build the project run: + +``` +make +``` + +To Install the userland programs run: + +``` +sudo make install +``` + +This will install the userland programs to `/opt/ProjectMustang/`. \ No newline at end of file -- cgit v1.2.3