From b10b3cbe3b08c840229e093826ab822eab7265db Mon Sep 17 00:00:00 2001 From: Bananymous <68776844+Bananymous@users.noreply.github.com> Date: Thu, 6 Apr 2023 21:01:27 +0300 Subject: [PATCH] Add a screenshot to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4706d96..5399c1c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # 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. +![ss](https://user-images.githubusercontent.com/68776844/230458915-a0c3f1b4-e747-401a-bc0c-07a62d18927c.png) + ## Building > **_NOTE:_** I will be using ninja in these build instructions but you may use any other buildsystem cmake supports. If you want to use ninja, you can either define a environment variable 'CMAKE_GENERATOR=Ninja' or pass '-G Ninja' to all commands invoking cmake.