diff --git a/README.md b/README.md index 02fed22..68ac7b1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,23 @@ -# iceOS [![pipeline status](https://git.marcocetica.com/icebit/iceos/badges/master/pipeline.svg)](https://git.marcocetica.com/icebit/iceos/commits/master) -iceOS is a x86 monolithic kernel written in C from scratch. +
+ +

+pipeline status + + + + + + +
Simple kernel written in C for Intel x86 CPUs
+
+ +# About iceOS +
+ +
iceOS running under QEMU
+


+ +**iceOS** is a x86 monolithic kernel written in C from scratch. This project doesn't aim to be a fully functional operating system with tons of drivers and graphical applications, it's just a learning tool to teach myself concepts like Operating Systems, Computer Architecture and Digital Electronics. @@ -37,9 +55,6 @@ This project is made with different kind of resources and different kind of know - [The Art Of Electronics - Horowitz (2015)](https://www.amazon.it/gp/product/0521809266/ref=ppx_od_dt_b_asin_title_s00?ie=UTF8&psc=1) - [OSDev wiki](https://wiki.osdev.org/Main_Page) - [The Little Book About OS Development](https://littleosbook.github.io/) +- [I actually started this project due to skiftOS](https://github.com/skiftOS/skift) ## License iceOS is released under GPLv3, you can obtain a copy of this license by cloning the repository or by visiting [this](https://opensource.org/licenses/GPL-3.0) page. - -## Screenshot -Here's some screenshot of iceOS running in QEMU and even in real hardware! -![gif](imgs/example.gif) diff --git a/imgs/example.gif b/imgs/example.gif deleted file mode 100644 index 91e2224..0000000 Binary files a/imgs/example.gif and /dev/null differ diff --git a/imgs/example.png b/imgs/example.png new file mode 100644 index 0000000..b0901b6 Binary files /dev/null and b/imgs/example.png differ diff --git a/imgs/iceOS_logo_full_concept.png b/imgs/iceOS_logo_full_concept.png new file mode 100644 index 0000000..1f66a4d Binary files /dev/null and b/imgs/iceOS_logo_full_concept.png differ