From a0809ba70b4845d15779dadbe7ebe37e96f787f8 Mon Sep 17 00:00:00 2001 From: ice-bit Date: Fri, 13 Sep 2019 18:23:19 +0200 Subject: [PATCH] Updated docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 472408a..79287b9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Before generating an ISO you have to compile a [cross compiler](https://wiki.osd - mtools(if you are on Arch Linux) Then you can run those commands: -1. Type `./build.sh` to compile the system and to create an ISO +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). Otherwise you can download an already compiled ISO file