commit | d07ee46919e3a8e42b3a8735e1152cc050165934 | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Mon Feb 21 21:26:32 2000 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Mon Feb 21 21:26:32 2000 +0000 |
tree | 8884f7679bef0e0baba2f216372577d314113dcd | |
parent | fa4718efcf055d8720ea99be1af237a921232f5a [diff] |
Removed proc dependancies for init and free (which maintaining exactly the same functionality). /proc takes up 90k of kernel space, so it is nice to avoid using it at all costs. The only places where it is depended on is for cetain optional mount/umount features, and for ps and lsmod. -Erik