Program to extract kernels from Fedora's Koji, parse the debug info
[virt-mem.git] / HACKING
diff --git a/HACKING b/HACKING
index bedcc68..2fb1179 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -24,6 +24,16 @@ mem/
  - This brings everything together and links it into a single executable.
    Other than that purpose, there is almost nothing in this directory.
 
+kernels/
+
+ - The database of known kernels and the layout of their structures.
+
+extract/
+
+ - Tools to extract the structure layout data from kernels.  Various
+   subdirectories here correspond to the different Linux distributions
+   and methods of getting at their kernels.
+
 General structure of lib/virt_mem.ml
 ------------------------------------