aboutsummaryrefslogtreecommitdiff
path: root/games/linux-darwinia-demo/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'games/linux-darwinia-demo/pkg-message')
-rw-r--r--games/linux-darwinia-demo/pkg-message14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/linux-darwinia-demo/pkg-message b/games/linux-darwinia-demo/pkg-message
new file mode 100644
index 000000000000..e282f248e3f7
--- /dev/null
+++ b/games/linux-darwinia-demo/pkg-message
@@ -0,0 +1,14 @@
+======================================================================
+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
+
+======================================================================