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