aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-07 23:51:37 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-07 23:51:37 +0000
commit8f282f1b02b4ca1b634a3f79ca202ae821379286 (patch)
tree8426d736059661f2ad81b07265a4f933b7efed09 /busybox.def.h
parentacecc47261567816ace517333ae445c98d4a304d (diff)
downloadbusybox-8f282f1b02b4ca1b634a3f79ca202ae821379286.tar.gz
Better description of the BB_FEATURE_USE_DEVPS_PATCH option.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/busybox.def.h b/busybox.def.h
index ee583694e..4871d8a72 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -114,12 +114,18 @@
// pretty/useful).
//
//
-// Turn this on to use Erik's very cool devps, devmtab,
-// etc kernel drivers, thereby eliminating the need for
-// the /proc filesystem and thereby saving lots and lots
-// memory for more important things.
-// You can't use this and USE_PROCFS at the same time...
-// (BTW, I emailed Linus and this patch will not be going into the stock kernel)
+//
+// Turn this on to use Erik's very cool devps, devmtab, etc 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 /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.
//#define BB_FEATURE_USE_DEVPS_PATCH
//
// enable features that use the /proc filesystem (apps that