summaryrefslogtreecommitdiff
path: root/emulators/plex86/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/plex86/MESSAGE')
-rw-r--r--emulators/plex86/MESSAGE18
1 files changed, 18 insertions, 0 deletions
diff --git a/emulators/plex86/MESSAGE b/emulators/plex86/MESSAGE
new file mode 100644
index 00000000000..6f86f76559a
--- /dev/null
+++ b/emulators/plex86/MESSAGE
@@ -0,0 +1,18 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2001/10/31 23:53:17 zuntum Exp $
+
+NOTE: Because plex86 contains a kernel module, it must be run with a
+kernel built from the same sources as the plex86 binaries. If you are
+running a system with changing kernel sources (such as NetBSD-current),
+you must recompile and reinstall plex86 after compiling your kernel from
+updated sources. (Be sure to disable the LKM while doing this!)
+
+In order to enable loading of the plex86 kernel module at boot time,
+edit /etc/lkm.conf and add the following line:
+
+${PREFIX}/lkm/plex86.o - - ${PREFIX}/lib/plex86/netbsd_post.sh - AFTERMOUNT
+
+The module will be loaded after reboot, and the netbsd_post.sh script will
+automatically create the needed /dev/plex86 device.
+
+===========================================================================