# StupidOS
[Website](https://stupidos.d0p1.eu)
[![License](https://img.shields.io/github/license/d0p1s4m4/stupidos?logoColor=white&style=flat-square)](LICENSE)
[![Issues](https://img.shields.io/gitea/issues/open/d0p1/StupidOS?gitea_url=https%3A%2F%2Fgit.cute.engineering&style=flat-square)
](https://git.cute.engineering/d0p1/StupidOS/issues)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/d0p1s4m4?style=flat-square)](https://github.com/sponsors/d0p1s4m4)
32-bit Operating System written in x86 assembly.
## Philosophy
Nowaday, all Software are overengineered bloatware. So let's try to keep things simple, stupid.
## Building
```
$ sudo apt install build-essential fasm mtools
$ git clone https://git.cute.engineering/d0p1/StupidOS.git
$ cd StupidOS
$ make
```
Pretty easy, isn't it?
## License
StupidOS is licensed under the 3-Clause BSD License.
The full text of the license can be accessed via [this link](https://opensource.org/licenses/BSD-3-Clause) and is also included in [the license file](LICENSE) of this software package.