Updated README.md

This commit is contained in:
Marco Cetica 2021-02-03 16:05:14 +01:00
parent 1b207add8c
commit b20064b869
1 changed files with 5 additions and 5 deletions

View File

@ -14,15 +14,15 @@ Before building this project you need to setup a [cross compiler](https://wiki.o
- grub
- mtools(only for Arch Linux)
After that, you can build iceOS just by running the command listed below.
1. Type `make all` 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).
After that, you can build VulcanOS just by running the commands below:
1. Type `make all` to compile the system and to create an ISO file;
2. Type `make run` to start it in QEMU or `make bochs` to start it with bochs.
You can also find a ISO file
You can also find an ISO file
[here](https://github.com/ice-bit/vulcanos/raw/master/imgs/vulcanos.iso)(md5sum: `a706cdfeea573e08550e599717d3f519`)
## Features
iceOS has the following features:
Right now, VulcanOS supports the following features:
- [x] VGA driver
- [x] Interrupts
- [x] PIC & PIT driver