2023-01-20 13:23:58 +00:00
< div align = "center" >
2020-05-06 10:40:10 +00:00
# StupidOS
2023-01-20 13:23:58 +00:00
[Website ](https://stupidos.d0p1.eu )
2024-02-15 14:19:27 +00:00
[![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)
2023-01-24 14:57:14 +00:00
[![GitHub Sponsors ](https://img.shields.io/github/sponsors/d0p1s4m4?style=flat-square )](https://github.com/sponsors/d0p1s4m4)
2023-01-20 13:23:58 +00:00
< / div >
2024-02-06 16:08:45 +00:00
32-bit Operating System written in x86 assembly.
## Philosophy
Nowaday, all Software are overengineered bloatware. So let's try to keep things simple, stupid.
2023-01-20 13:23:58 +00:00
## Building
```
2024-02-06 16:08:45 +00:00
$ sudo apt install build-essential fasm mtools
2024-03-04 13:05:23 +00:00
$ git clone https://git.cute.engineering/d0p1/StupidOS.git
2023-01-20 13:23:58 +00:00
$ cd StupidOS
$ make
```
Pretty easy, isn't it?
## License
2024-02-06 16:08:45 +00:00
< img src = "https://opensource.org/wp-content/themes/osi/assets/img/osi-badge-light.svg" align = "right" height = "128px" alt = "OSI Approved License" >
2023-01-20 13:23:58 +00:00
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.