Remove all reference to the now obsolete /dev/modules
authorEric Andersen <andersen@codepoet.org>
Tue, 26 Sep 2000 00:52:05 +0000 (00:52 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 26 Sep 2000 00:52:05 +0000 (00:52 -0000)
 -Erik

Config.h
Config.h.Hurd

index a376deead8eb48dc19f4e85f60a71c3e9c729897..32c354ce1e7692db0db8cf52943ce57f7db9899d 100644 (file)
--- a/Config.h
+++ b/Config.h
 //
 //
 //
-// Turn this on to use Erik's very cool devps, devmtab, etc kernel drivers,
+// Turn this on to use Erik's very cool devps, and devmtab kernel drivers,
 // thereby eliminating the need for the /proc filesystem and thereby saving
 // lots and lots memory for more important things.  You can not use this and
 // USE_PROCFS at the same time...  NOTE:  If you enable this feature, you
 // _must_ have patched the kernel to include the devps patch that is included
 // in the busybox/kernel-patches directory.  You will also need to create some
 // device special files in /dev on your embedded system:
-//        mknod /dev/modules c 10 23
 //        mknod /dev/mtab c 10 22
 //        mknod /dev/ps c 10 21
 // I emailed Linus and this patch will not be going into the stock kernel.
index 60a5c6e2131ca9f72dafbcdf7f4188fc926d6e35..79fdff6ad7bf613e3434f9aa8fcf913fdd6c5cfa 100644 (file)
 //
 //
 //
-// Turn this on to use Erik's very cool devps, devmtab, etc kernel drivers,
+// Turn this on to use Erik's very cool devps and devmtab kernel drivers,
 // thereby eliminating the need for the /proc filesystem and thereby saving
 // lots and lots memory for more important things.  You can not use this and
 // USE_PROCFS at the same time...  NOTE:  If you enable this feature, you
 // _must_ have patched the kernel to include the devps patch that is included
 // in the busybox/kernel-patches directory.  You will also need to create some
 // device special files in /dev on your embedded system:
-//        mknod /dev/modules c 10 23
 //        mknod /dev/mtab c 10 22
 //        mknod /dev/ps c 10 21
 // I emailed Linus and this patch will not be going into the stock kernel.