Update documentation.
[virt-mem.git] / HACKING
diff --git a/HACKING b/HACKING
index a9b1b71..610d976 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -50,19 +50,25 @@ which gets successively enhanced with extra data along the way:
        process, load kernel images
 
                |
-               |       (passes a 'Virt_mem_types.image0')
+               |
                V
 
        Find kernel symbols
 
                |
-               |       (enhanced into a 'Virt_mem_types.image1')
+               |
                V
 
        Find kernel version (uname)
 
                |
-               |       (enhanced into a 'Virt_mem_types.image2')
+               |
+               V
+
+       Find task_structs, net_devices, etc.
+
+               |
+               |
                V
 
        Call tool's "run" function.