From a833ee8f9efc819c6ca7e49c2e5569c704472830 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Wed, 14 Jan 2015 19:15:08 +0100 Subject: [PATCH] typo --- 11-kernel-crosscompiler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11-kernel-crosscompiler/README.md b/11-kernel-crosscompiler/README.md index 4b98108..65b958c 100644 --- a/11-kernel-crosscompiler/README.md +++ b/11-kernel-crosscompiler/README.md @@ -3,7 +3,7 @@ **Goal: Create a development environment to build your kernel** If you're using a Mac, you will need to do this process right away. Otherwise, it could have waited -for a few more lessons. Anyway, you will need a cross-compiler one we jump to developing in a higher +for a few more lessons. Anyway, you will need a cross-compiler once we jump to developing in a higher language, that is, C. [Read why](http://wiki.osdev.org/Why_do_I_need_a_Cross_Compiler%3F) I'll be adapting the instructions [at the OSDev wiki](http://wiki.osdev.org/GCC_Cross-Compiler).