summaryrefslogtreecommitdiffstats
path: root/Documentation/modules.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/modules.txt')
-rw-r--r--Documentation/modules.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/modules.txt b/Documentation/modules.txt
index b637da0a4..ca9c434f7 100644
--- a/Documentation/modules.txt
+++ b/Documentation/modules.txt
@@ -10,6 +10,12 @@ Some older modules packages aren't aware of some of the newer modular
features that the kernel now supports. The current required version
is listed in the file linux/Documentation/Changes.
+* * * NOTE * * *
+The kernel has been changed to remove kerneld support and use
+the new kmod support. Keep this in mind when reading this file. Kmod
+does the exact same thing as kerneld, but doesn't require an external
+program (see Documentation/kmod.txt)
+
In the beginning...
-------------------