summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 5f78e61..32b382c 100644
--- a/README
+++ b/README
@@ -67,12 +67,15 @@ needed for the linux-i386 kernel and can replace them, versions before
I _strongly_ suggest you install the kernel patch or load the module
to allow transparent execution of elks executables. If you're using
-a post 2.1.43 or 2.0.36 kernel the module you need is the binfmt_misc
+a post 2.1.43 or 2.0.36 kernel the only module you need is the binfmt_misc
driver configured like this:
echo ':i86-elks:M::\x01\x03\x20\x00:\xff\xff\xff\x83:/lib/elksemu:' \
> /proc/sys/fs/binfmt_misc/register
+The elksemu executable must be stored in /lib/elksemu or the above
+line adjusted.
+
Previous versions need a special module or patch described in elksemu/README
(All the options need the elksemu executable installed correctly)