From 9a7c6160c3b786e089207bcaab9142706286f603 Mon Sep 17 00:00:00 2001 From: Moritz Knaut <moritz.knaut@fau.de> Date: Wed, 20 Apr 2016 19:24:27 +0200 Subject: [PATCH] * Added links file with some gathered informational links --- docs/links | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/links diff --git a/docs/links b/docs/links new file mode 100644 index 0000000..9c64fe8 --- /dev/null +++ b/docs/links @@ -0,0 +1,35 @@ +### ABOUT LINUX KERNEL +Kernel Guides: +http://www.linuxfoundation.org/content/1-guide-kernel-development-process + +Some Links for Kernel Documents: +http://www.dit.upm.es/~jmseyas/linux/kernel/hackers-docs.html + +Linux Kernel drivers +http://lwn.net/Kernel/LDD3/ + +Linux Kernel in a nuthshell: +http://www.linuxtopia.org/online_books/linux_kernel/kernel_configuration/ + +Really Interesting Challenge: +http://eudyptula-challenge.org/ + +New Kernel Hacking HOWTO +http://kernelnewbies.org/New_Kernel_Hacking_HOWTO + +### DEVICES / INTERVENTION POINTS +Block devices +https://www.kernel.org/doc/htmldocs/kernel-api/API-register-blkdev.html + +Character devices +http://www.tldp.org/LDP/lkmpg/2.4/html/c577.htm + +USB +https://wiki.debian.org/HowToIdentifyADevice/USB +http://www.linux-usb.org/ + +Driver loading +http://stackoverflow.com/questions/8469732/how-does-the-linux-kernel-know-which-drivers-to-load-at-boot + +UDEV +https://doc.opensuse.org/documentation/html/openSUSE_121/opensuse-reference/cha.udev.html#sec.udev.devdir -- GitLab