aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.h3
-rw-r--r--Config.h.Hurd3
2 files changed, 2 insertions, 4 deletions
diff --git a/Config.h b/Config.h
index a376deead..32c354ce1 100644
--- a/Config.h
+++ b/Config.h
@@ -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.
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 @@
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.