From b20064b86923a1bd0115c6f2956b7f182b2dd940 Mon Sep 17 00:00:00 2001 From: Marco Cetica Date: Wed, 3 Feb 2021 16:05:14 +0100 Subject: [PATCH] Updated README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cfef72f..99e70b3 100644 --- a/README.md +++ b/README.md @@ -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