From 2b3ce5f653b512ceace79245a80ddfa802b50d33 Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Sat, 21 Oct 2017 19:06:07 -0400 Subject: [PATCH] add write a kernel in C --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b6ae2c..8506e9e 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build a Live Code-reloader Library for C++](http://howistart.org/posts/cpp/1/index.html) * [Write a hash table in C](https://github.com/jamesroutley/write-a-hash-table) * [Let's Build a Simple Database](https://cstack.github.io/db_tutorial/) +* [Let's Write a Kernel](http://arjunsreedharan.org/post/82710718100/kernel-101-lets-write-a-kernel) ## C#: