StupidOS/README.md

36 lines
1.1 KiB
Markdown
Raw Normal View History

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-06 16:08:45 +00:00
[![GitHub](https://img.shields.io/github/license/d0p1s4m4/stupidos?logoColor=white&style=flat-square)](LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/d0p1s4m4/stupidos?style=flat-square)](https://github.com/d0p1s4m4/StupidOS/issues)
[![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
2023-01-20 13:23:58 +00:00
$ git clone git@github.com:d0p1s4m4/StupidOS.git
$ 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.