4ee6863913
global thermonuclear war simulation inspired by movies like WarGames and features multiplayer support, different game modes and support for own game mods. WWW: http://www.introversion.co.uk/defcon/ PR: ports/112939 Submitted by: Marcus von Appen <mva at sysfault.org
14 lines
546 B
Text
14 lines
546 B
Text
======================================================================
|
|
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
|
|
|
|
======================================================================
|