From 14f51e8246b3e7fc6b824ae743986b39c9397e8e Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Wed, 15 Oct 2014 12:23:33 +0200 Subject: [PATCH] updated lesson 12 README --- 12-kernel-c/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12-kernel-c/README.md b/12-kernel-c/README.md index ebb9c5d..7f00d38 100644 --- a/12-kernel-c/README.md +++ b/12-kernel-c/README.md @@ -1,4 +1,4 @@ -*Concepts you may want to Google beforehand:* +*Concepts you may want to Google beforehand: C, object code, linker, disassemble* **Goal: Learn to write the same low-level code as we did with assembler, but in C**