From 160315c4d0868b21488b56661f23fb78b2c7a506 Mon Sep 17 00:00:00 2001 From: Bananymous <68776844+Bananymous@users.noreply.github.com> Date: Wed, 19 Apr 2023 00:46:42 +0300 Subject: [PATCH] Update README.md Add cool badges :D --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5399c1c9..f71af082 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +![lines](https://img.shields.io/tokei/lines/github/bananymous/banan-os) +![license](https://img.shields.io/github/license/bananymous/banan-os) + # banan-os This is my hobby operating system written in C++. Currently runs on x86 based architectures (32 and 64 bit). Currently this operating system supports ext2 filesystem, ata drives (pio mode), vesa/vbe graphics mode and multithreaded processing.