# StupidOS [Website](https://stupidos.d0p1.eu) ![GitHub](https://img.shields.io/github/license/d0p1s4m4/stupidos?logoColor=white&style=flat-square) ![GitHub issues](https://img.shields.io/github/issues/d0p1s4m4/stupidos?style=flat-square) [![GitHub Sponsors](https://img.shields.io/github/sponsors/d0p1s4m4?style=flat-square)](https://github.com/sponsors/d0p1s4m4)
32-bit Operating System in assembly. ## Building ``` $ sudo apt install build-essential llvm lld nasm mtools $ git clone git@github.com:d0p1s4m4/StupidOS.git $ cd StupidOS $ make ``` Pretty easy, isn't it? ## License OSI Approved 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.