aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-07 23:51:37 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-07 23:51:37 +0000
commite605ee819a7acb221ec365982cf063554f636d1d (patch)
tree8426d736059661f2ad81b07265a4f933b7efed09
parente26e4c790b3d831074b858d3f83aad0939f09b2f (diff)
downloadbusybox-w32-e605ee819a7acb221ec365982cf063554f636d1d.tar.gz
busybox-w32-e605ee819a7acb221ec365982cf063554f636d1d.tar.bz2
busybox-w32-e605ee819a7acb221ec365982cf063554f636d1d.zip
Better description of the BB_FEATURE_USE_DEVPS_PATCH option.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@776 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
114// pretty/useful). 114// pretty/useful).
115// 115//
116// 116//
117// Turn this on to use Erik's very cool devps, devmtab, 117//
118// etc kernel drivers, thereby eliminating the need for 118// Turn this on to use Erik's very cool devps, devmtab, etc kernel drivers,
119// the /proc filesystem and thereby saving lots and lots 119// thereby eliminating the need for the /proc filesystem and thereby saving
120// memory for more important things. 120// lots and lots memory for more important things. You can not use this and
121// You can't use this and USE_PROCFS at the same time... 121// USE_PROCFS at the same time... NOTE: If you enable this feature, you
122// (BTW, I emailed Linus and this patch will not be going into the stock kernel) 122// _must_ have patched the kernel to include the devps patch that is included
123// in the busybox/kernel-patches directory. You will also need to create some
124// device special files /dev on your embedded system:
125// mknod /dev/modules c 10 23
126// mknod /dev/mtab c 10 22
127// mknod /dev/ps c 10 21
128// I emailed Linus and this patch will not be going into the stock kernel.
123//#define BB_FEATURE_USE_DEVPS_PATCH 129//#define BB_FEATURE_USE_DEVPS_PATCH
124// 130//
125// enable features that use the /proc filesystem (apps that 131// enable features that use the /proc filesystem (apps that