Added ISO file and screenshots
This commit is contained in:
parent
779ff7baf8
commit
512beb4173
11
README.md
11
README.md
@ -1,4 +1,4 @@
|
|||||||
# iceOS
|
# 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.
|
iceOS is a x86 monolithic kernel written in C from scratch.
|
||||||
This project doesn't aim to be a fully functional operating system
|
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.
|
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.
|
||||||
@ -16,6 +16,9 @@ Then you can run those commands:
|
|||||||
1. Type `./build.sh` to compile the system and to create an ISO
|
1. Type `./build.sh` to compile the system and to create an ISO
|
||||||
2. Type `make run` to start it in QEMU or `make bochs` to start it with bochs(only for debug purposes).
|
2. Type `make run` to start it in QEMU or `make bochs` to start it with bochs(only for debug purposes).
|
||||||
|
|
||||||
|
Otherwise you can download an already compiled ISO file
|
||||||
|
[here](https://github.com/ice-bit/iceOS/raw/master/imgs/iceOS.iso)(md5sum: `ab3d5b8307015461b44e62d0c2d42806`)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
iceOS already have/will have the following features:
|
iceOS already have/will have the following features:
|
||||||
- [x] Bare metal booting;
|
- [x] Bare metal booting;
|
||||||
@ -35,4 +38,8 @@ This project is made with different kind of resources and different kind of know
|
|||||||
- [OSDev wiki](https://wiki.osdev.org/Main_Page)
|
- [OSDev wiki](https://wiki.osdev.org/Main_Page)
|
||||||
- [The Little Book About OS Development](https://littleosbook.github.io/)
|
- [The Little Book About OS Development](https://littleosbook.github.io/)
|
||||||
## License
|
## 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.
|
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)
|
||||||
|
BIN
imgs/example.gif
Normal file
BIN
imgs/example.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 171 KiB |
BIN
imgs/iceOS.iso
Normal file
BIN
imgs/iceOS.iso
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user