Skip to content

Commit

Permalink
decorate README
Browse files Browse the repository at this point in the history
  • Loading branch information
PratyushKing authored Jun 2, 2024
1 parent b57c1d3 commit d514202
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# AntiniOS
<img src="https://www.aschey.tech/tokei/github/PratyushKing/AntiniOS?label=Lines%20Of%20Code&labelColor=363a4f&color=cba6f7"> <img alt="GitHub License" src="https://img.shields.io/github/license/PratyushKing/AntiniOS?label=License&colorA=363a4f&colorB=cba6f7"> ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/PratyushKing/AntiniOS/c-cpp.yml?label=Build%20Status&colorA=363a4f&colorB=cba6f7)
<br>
AntiniOS is an OS in C++ mainly for learning purposes..

## Why?
Expand All @@ -25,4 +27,4 @@ Follow the steps given for linux but just use msys2, cygwin or an alternative (p
- Clone the repo through `git clone https://github.com/PratyushKing/AntiniOS` and cd inside it.
- Run `make clean` if there is a bin/ folder. (If not, it will automatically throw an error, don't worry it just means you haven't built it yet)
- Run `make` to compile the whole OS (it will link, compile and prepare the iso for you).
- Run `make test` and it will automatically launch QEMU (x86_64 version) and let you test the ISO! Or you can just use the ISO however you feel like, it is in `bin/AntiniOS.iso`
- Run `make test` and it will automatically launch QEMU (x86_64 version) and let you test the ISO! Or you can just use the ISO however you feel like, it is in `bin/AntiniOS.iso`

0 comments on commit d514202

Please sign in to comment.