From 65938a3135e0b0fc774ee8041c83cdf639ad9c82 Mon Sep 17 00:00:00 2001 From: Arna Date: Tue, 25 Aug 2020 07:51:55 +0530 Subject: [PATCH] Updated README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbf7974..325b780 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,8 @@ Reference: [The LKM programming Guide](https://www.tldp.org/LDP/lkmpg/2.6/lkmpg. ### Some useful StackOverflow Threads: 1. [proc_root](https://stackoverflow.com/questions/2531730/linux-kernel-module-creating-proc-file-proc-root-undeclared-error) 2. [Using newer Kernel APIs](https://devarea.com/linux-kernel-development-creating-a-proc-file-and-interfacing-with-user-space/#.XtSHRhbhWUk) -3. [create_proc_entry() alternative](https://stackoverflow.com/questions/18565381/what-is-alternative-of-create-proc-entry) \ No newline at end of file +3. [create_proc_entry() alternative](https://stackoverflow.com/questions/18565381/what-is-alternative-of-create-proc-entry) + +### Courses on Basic Linux Kernel Development + +1. [A Beginners Guide to Linux Kernel Development](https://training.linuxfoundation.org/training/a-beginners-guide-to-linux-kernel-development-lfd103/) (Linux Foundation) \ No newline at end of file