From 1d03db4a714bb0a08777d81003f57c1d72f25ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 23 Feb 2018 17:27:03 +0100 Subject: [PATCH] Added more compile info. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027475b..4611c02 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is code that I've been writing for a basic kernel from the [Writing a Simpl Compiling --------- -I cross-compile from `x86_64` to `x86` (64 to 32-bit) on my machine, but all the code is plain `x86`. To compile just run the makefile. +I cross-compile from `x86_64` to `x86` (64 to 32-bit) on my machine, but all the code is plain `x86`. You will require `gcc` and `nasm` (as well as the normal GNU core utils) and you can run the final image using [QEMU](https://www.qemu.org/). To compile just run `make`. License -------