diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-26 00:52:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-26 00:52:05 +0000 |
commit | 53323695c506b9dcf1946f1b26e63e696c74020d (patch) | |
tree | 7af5d35a0d9432bb53047c4021e328bd7e909f93 | |
parent | 67fdf5e538cef21829ac793053df668e33a5e965 (diff) | |
download | busybox-53323695c506b9dcf1946f1b26e63e696c74020d.tar.gz |
Remove all reference to the now obsolete /dev/modules
-Erik
-rw-r--r-- | Config.h | 3 | ||||
-rw-r--r-- | Config.h.Hurd | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -126,14 +126,13 @@ // // // -// 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. diff --git a/Config.h.Hurd b/Config.h.Hurd index 60a5c6e21..79fdff6ad 100644 --- a/Config.h.Hurd +++ b/Config.h.Hurd @@ -126,14 +126,13 @@ // // // -// 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. |