From da0a8f4e1b75a7bc91c24266320d3c34d6e8d21b Mon Sep 17 00:00:00 2001 From: d0p1 Date: Fri, 20 Jan 2023 14:23:58 +0100 Subject: [PATCH] chore: update readme --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 917a5eb..607fc70 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,31 @@ +
+ # 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) + +
+ 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.