From d92266ae34d5776668499027fe285ac6b1db2088 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 11 Mar 2019 13:25:34 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 950387d..566c708 100644 --- a/Readme.md +++ b/Readme.md @@ -23,7 +23,7 @@ apt update && apt upgrade apt install grub-pc dosfstools make nasm ``` -You also need to have the [OS/K cross-compiler](https://www.os-k.eu/build-tools/cross-cc.tar.xz) in `/opt/cross-cc`. +You also need to have the [x86-64 ELF gcc cross-compiler](https://www.os-k.eu/build-tools/cross-cc.tar.xz) in `/opt/cross-cc`. To compile for the first time, you must compile the whole project, in order to build the loop disk image :