mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
51416c616c
running entirely inside a computer network and populated by a sentient evolving life form called the Darwinians. Unfortunately Darwinia has been overrun by a computer virus which has multiplied out of control. Your task is to destroy the Viral Infection and save the Darwinians from extinction. WWW: http://www.introversion.co.uk/darwinia/ PR: ports/112945 Submitted by: Marcus von Appen <mva at sysfault.org>
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
|
|
|
|
======================================================================
|