This is a kernel module which provides /compat/linux/proc for some
Linux programs, such as VMware for Linux.  The code is based on the
native FreeBSD procfs.

Attention: Never mount linux_procfs on /proc!

Expected usage:
	mount -t linprocfs linprocfs /compat/linux/proc

Expected /etc/fstab entry:
	linproc /compat/linux/proc linprocfs rw 0 0


It (more or less) implements:
	/proc/self
	/proc/<pid>/exe
	/proc/<pid>/mem
	/proc/cpuinfo
	/proc/meminfo (fake values)

Note: There are many unimplemented functions and some Linux programs
may not work correctly while linux_procfs is mounted.
