mirror of
https://github.com/sheumann/hush.git
synced 2025-08-07 11:26:53 +00:00
Remove all reference to the now obsolete /dev/modules
-Erik
This commit is contained in:
3
Config.h
3
Config.h
@@ -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
|
// 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
|
// 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
|
// 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
|
// _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
|
// in the busybox/kernel-patches directory. You will also need to create some
|
||||||
// device special files in /dev on your embedded system:
|
// device special files in /dev on your embedded system:
|
||||||
// mknod /dev/modules c 10 23
|
|
||||||
// mknod /dev/mtab c 10 22
|
// mknod /dev/mtab c 10 22
|
||||||
// mknod /dev/ps c 10 21
|
// mknod /dev/ps c 10 21
|
||||||
// I emailed Linus and this patch will not be going into the stock kernel.
|
// I emailed Linus and this patch will not be going into the stock kernel.
|
||||||
|
@@ -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
|
// 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
|
// 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
|
// 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
|
// _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
|
// in the busybox/kernel-patches directory. You will also need to create some
|
||||||
// device special files in /dev on your embedded system:
|
// device special files in /dev on your embedded system:
|
||||||
// mknod /dev/modules c 10 23
|
|
||||||
// mknod /dev/mtab c 10 22
|
// mknod /dev/mtab c 10 22
|
||||||
// mknod /dev/ps c 10 21
|
// mknod /dev/ps c 10 21
|
||||||
// I emailed Linus and this patch will not be going into the stock kernel.
|
// I emailed Linus and this patch will not be going into the stock kernel.
|
||||||
|
Reference in New Issue
Block a user