StupidOS/README.md

32 lines
981 B
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)
![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)](https://github.com/sponsors/d0p1s4m4?style=flat-square)
</div>
2023-01-15 19:25:25 +00:00
32-bit Operating System in assembly.
2023-01-20 13:23:58 +00:00
## 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
<img src="https://opensource.org/files/OSI_Approved_License.png" align="right" height="128px" alt="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.