diff --git a/README.md b/README.md index d1bf7ec..1d684b8 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,7 @@ -
- -

-Build Status - - - - + +# VulcanOS - -
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 following the UNIX philosophy. This project is just a student learning tool to know more about operating systems, do not expect nothing more than a toy. +**VulcanOS** is a x86 monolithic kernel written in C from scratch following the UNIX philosophy. This project is just a student learning tool to know more about operating systems, do not expect nothing more than a toy. ## Installation @@ -34,7 +18,7 @@ After that, you can build iceOS just by running the command listed below. 2. Type `make run` to start it in QEMU or `make bochs` to start it with bochs(only for debug purposes). You can also find a ISO file -[here](https://github.com/ice-bit/iceOS/raw/master/imgs/iceOS.iso)(md5sum: `5a969460e63eb5c4dcfa943dc2a3f39f`) +[here](https://github.com/ice-bit/vulcanos/raw/master/imgs/vulcanos.iso)(md5sum: `5a969460e63eb5c4dcfa943dc2a3f39f`) ## Features iceOS has the following features: @@ -47,9 +31,6 @@ iceOS has the following features: - [ ] VFS driver - [ ] Usermode -## Tutorial -I'm also writing a tutorial about this project. If you are interested about OS development and you're looking for a detailed _step-by-step_ tutorial, have a look at my [website](https://marcocetica.com/bl). - ## License -iceOS is released under GPLv3, you can obtain a copy of this license by cloning this repository or by visiting [this](https://opensource.org/licenses/GPL-3.0) page. +VulcanOS is released under GPLv3, you can obtain a copy of this license by cloning this repository or by visiting [this](https://opensource.org/licenses/GPL-3.0) page. diff --git a/imgs/iceOS_logo_full_concept.png b/imgs/iceOS_logo_full_concept.png deleted file mode 100644 index 1f66a4d..0000000 Binary files a/imgs/iceOS_logo_full_concept.png and /dev/null differ diff --git a/imgs/logo.png b/imgs/logo.png new file mode 100644 index 0000000..8bc1b81 Binary files /dev/null and b/imgs/logo.png differ