From: Thadeu Lima de Souza Cascardo Date: Tue, 1 Dec 2009 17:38:48 +0000 (-0200) Subject: Some little additions to introduction. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain;h=84b944e2b8a9b9ef8dacde9b3a90badbad1f8008 Some little additions to introduction. --- diff --git a/plano b/plano index 5845f53..f226657 100644 --- a/plano +++ b/plano @@ -1,5 +1,12 @@ intro linux + version history/evolution DO? + modules + kernel/user space + +concepts + robustness + error checking basics Makefile @@ -41,6 +48,7 @@ debugging techniques C basics container_of (struct embedding) fops/*ops (function pointers) + IS_ERR (pointers and error values) data structures list_head @@ -101,3 +109,6 @@ device classes kobject DO? advanced refcounting + +STUDY: + module owner, concurrency, reference counting