From 6aa9e27fdb33787232c2e9bfc7dc5314fa3a8f24 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Fri, 18 May 2018 11:43:49 +0200 Subject: [PATCH] Add tutorial #91 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c8cd14..65084b8 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,8 @@ * [**Assembly**: _Writing a Tiny x86 Bootloader_](http://joebergeron.io/posts/post_two.html) * [**C**: _Operating Systems: From 0 to 1_](https://tuhdo.github.io/os01/) * [**C**: _The little book about OS development_](https://littleosbook.github.io/) -* [**C**: _Kernel 101 –Let’s write a Kernel_](https://arjunsreedharan.org/post/82710718100/kernel-101-lets-write-a-kernel) +* [**C**: _Kernel 101 – Let’s write a Kernel_](https://arjunsreedharan.org/post/82710718100/kernel-101-lets-write-a-kernel) +* [**C**: _Kernel 201 – Let’s write a Kernel with keyboard and screen support_](https://arjunsreedharan.org/post/99370248137/kernel-201-lets-write-a-kernel-with-keyboard) * [**C**: _Build a minimal multi-tasking kernel for ARM from scratch_](https://github.com/jserv/mini-arm-os) * [**C**: _How to create an OS from scratch_](https://github.com/cfenollosa/os-tutorial) * [**C**: _Malloc tutorial_](https://danluu.com/malloc-tutorial/)