Commits

Erik Andersen committed d07ee46919e
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