chore: update readme
This commit is contained in:
parent
5b60e93b97
commit
da0a8f4e1b
28
README.md
28
README.md
|
@ -1,3 +1,31 @@
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
# StupidOS
|
# 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)](https://github.com/sponsors/d0p1s4m4?style=flat-square)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
32-bit Operating System in assembly.
|
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
|
||||||
|
|
||||||
|
<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.
|
||||||
|
|
Loading…
Reference in a new issue