mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
15 lines
546 B
Plaintext
15 lines
546 B
Plaintext
|
======================================================================
|
||
|
This game will attempt to obtain some system information by
|
||
|
accessing files in linux's procfs. You must install the Linux
|
||
|
emulation procfs filesystem for this to work correctly. This can be
|
||
|
accomplished by adding the following line to your /etc/fstab file:
|
||
|
|
||
|
linprocfs /compat/linux/proc linprocfs rw 0 0
|
||
|
|
||
|
and then, as root, executing the commands:
|
||
|
|
||
|
kldload linprocfs
|
||
|
mount /compat/linux/proc
|
||
|
|
||
|
======================================================================
|