blob: e2a7b057a7f2b6f4c6896fb6f0f682ad0f168d70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# 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/`.
|