From 05ca798e53b12ffae7f5f22b7e69906b4b8fa90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 14 Mar 2018 22:14:53 +0100 Subject: [PATCH] Updated README. --- README | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README b/README index a082d3b..61fdb78 100644 --- a/README +++ b/README @@ -9,15 +9,10 @@ supports the following architectures: # Compiling ----------- You'll want to setup a cross-compilation toolchain with GCC -(https://gcc.gnu.org/) for your target architecture, along with -GNU Make (https://www.gnu.org/software/make/) (I'll switch to the -GNU autotools as soon as I can get them to work properly). - -To compile a full image you can run `make build-iso`, which will use -GNU GRUB (https://www.gnu.org/software/grub/) as the bootloader. Else, -just run `make` and it will build the kernel into a file called -`colonel.bin`. You can run the latter with QEMU (https://www.qemu.org/) -by using the `-kernel` option. +(https://gcc.gnu.org/) and the GNU Binutils +(https://www.gnu.org/software/binutils/) for your target architecture, +as well as the CMake build system (https://cmake.org/). You can test +the kernel in QEMU (https://www.qemu.org/) using the `-kernel' option. # License ---------