Some module basics.
[cascardo/kernel/old_slides/.git] / plano
diff --git a/plano b/plano
index f226657..9070650 100644 (file)
--- a/plano
+++ b/plano
@@ -2,7 +2,12 @@ intro
        linux
                version history/evolution DO?
                modules
+               constant change, book is already outdated
+               current versioning/development model
+               build dependencies
+               running new/bleeding-edge kernels
        kernel/user space
+       libc/system calls
 
 concepts
        robustness
@@ -13,6 +18,10 @@ basics
        Kconfig DO?
        build
        init/exit
+       module macros
+       module parameters
+       config/build time options/parameters
+       sysfs interface for modules DO?
        printk
 
 VFS
@@ -41,6 +50,7 @@ terminal/serial device DO? STUDY
 
 debugging techniques
        printk/procfs
+       debugfs DO? STUDY
        kgdb DO?
        trace DO?
        kprobe DO?