From a3eb83398d0044e6382e39d859172149ef0253e8 Mon Sep 17 00:00:00 2001 From: Maksim Date: Tue, 29 Jan 2019 03:04:44 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 533b32e..9b0e749 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,18 @@ This repository is an attempt to consolidate useful resources for Site Reliabili ### Kernel +* [Explain the basics of Linux kernel](http://learnlinuxconcepts.blogspot.com/2014/03/explain-basics-of-linux-kernel.html) +* [Kernel Space and User Space](http://learnlinuxconcepts.blogspot.com/2014/02/kernel-space-and-user-space.html) * [Linux Kernel Process Management](http://learnlinuxconcepts.blogspot.com/2014/03/process-management.html) +* [Linux Addressing](http://learnlinuxconcepts.blogspot.com/2014/02/linux-addressing.html) * [Linux Kernel Memory Management](http://learnlinuxconcepts.blogspot.com/2014/02/linux-memory-management.html) +* [STACK AND HEAP](http://learnlinuxconcepts.blogspot.com/2014/02/stack-and-heap.html) +* [Paging and Segmentation](http://learnlinuxconcepts.blogspot.com/2014/02/paging-and-segmentation.html) * [Linux Kernel System Calls](http://learnlinuxconcepts.blogspot.com/2014/02/system-calls.html) +* [The Virtual Filesystem](http://learnlinuxconcepts.blogspot.com/2014/10/the-virtual-filesystem.html) +* [Concurrency and Race Conditions](http://learnlinuxconcepts.blogspot.com/2014/07/concurrency-and-race-conditions.html) +* [Memory Leak](https://stackoverflow.com/questions/312069/the-best-memory-leak-definition) +* [What is a kernel Panic?](http://learnlinuxconcepts.blogspot.com/2014/07/what-is-kernel-panic.html) ### Troubleshooting