Plan the days for the classes.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sat, 15 May 2010 21:20:37 +0000 (18:20 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sat, 15 May 2010 21:20:37 +0000 (18:20 -0300)
00summary/summary

index 913a017..6b835eb 100644 (file)
@@ -1,6 +1,8 @@
 %Summary
 %Thadeu Cascardo
 
+# 1st Day
+
 # Revision
 
 * Computer Organization
@@ -30,6 +32,8 @@
 * printk
 * kmalloc/kfree
 
+# 2nd Day
+
 # Abstract Data Types
 
 * Macros
@@ -63,6 +67,8 @@
 * Interruption
 * Preemption
 
+# 3rd Day
+
 # Concurrency
 
 * Race conditions
 * Real Time
 * Busy Waiting
 * Scheduling
+
+# 4th Day
+
+# Time Management
+
 * Timers
 * Workqueues
 * High Resolution Timers
 * kmalloc/kfree
 * Lookaside cache (slabs)
 * vmalloc
+
+# 5th Day
+
+# Memory Management
+
 * kmap
 * Memory Subsystem
 * User Space access
 * VMA and mmap
 * DMA
 
+# 6th Day
+
 # Device Model
 
 * kobject
 * Allocation
 * Access
 
+# 7th Day
+
 # Buses
 
 * PCI
 * Requests and Queues
 * struct bio
 
+# Network subsystem
+
+* struct skb
+
+# 8th Day
+
 # Network devices
 
 * Allocation and Registration
 * Structures and methods
 * Starting/Stoping
-* struct skb
 * Transmission
 * Reception
 * Interrupts and NAPI