diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-26 00:52:05 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-26 00:52:05 +0000 |
commit | d6a085ecbd7b73db4fe0ff32c680a2d8418f97be (patch) | |
tree | 7af5d35a0d9432bb53047c4021e328bd7e909f93 /Config.h | |
parent | c0076ea7019f34c7c24ab0ca25c4644164394c1f (diff) | |
download | busybox-w32-d6a085ecbd7b73db4fe0ff32c680a2d8418f97be.tar.gz busybox-w32-d6a085ecbd7b73db4fe0ff32c680a2d8418f97be.tar.bz2 busybox-w32-d6a085ecbd7b73db4fe0ff32c680a2d8418f97be.zip |
Remove all reference to the now obsolete /dev/modules
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1124 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -126,14 +126,13 @@ | |||
126 | // | 126 | // |
127 | // | 127 | // |
128 | // | 128 | // |
129 | // Turn this on to use Erik's very cool devps, devmtab, etc kernel drivers, | 129 | // Turn this on to use Erik's very cool devps, and devmtab kernel drivers, |
130 | // thereby eliminating the need for the /proc filesystem and thereby saving | 130 | // thereby eliminating the need for the /proc filesystem and thereby saving |
131 | // lots and lots memory for more important things. You can not use this and | 131 | // lots and lots memory for more important things. You can not use this and |
132 | // USE_PROCFS at the same time... NOTE: If you enable this feature, you | 132 | // USE_PROCFS at the same time... NOTE: If you enable this feature, you |
133 | // _must_ have patched the kernel to include the devps patch that is included | 133 | // _must_ have patched the kernel to include the devps patch that is included |
134 | // in the busybox/kernel-patches directory. You will also need to create some | 134 | // in the busybox/kernel-patches directory. You will also need to create some |
135 | // device special files in /dev on your embedded system: | 135 | // device special files in /dev on your embedded system: |
136 | // mknod /dev/modules c 10 23 | ||
137 | // mknod /dev/mtab c 10 22 | 136 | // mknod /dev/mtab c 10 22 |
138 | // mknod /dev/ps c 10 21 | 137 | // mknod /dev/ps c 10 21 |
139 | // I emailed Linus and this patch will not be going into the stock kernel. | 138 | // I emailed Linus and this patch will not be going into the stock kernel. |