summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2002-02-17 23:02:29 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:46 +0200
commitdf538463687d768b6ee8247ff4412b78850e7404 (patch)
tree52f42c02ef8139e5d73a8504e1bb3e896f3c0bc9 /README
parentd91fa39567f5659e3931cf61517d62fddcd87570 (diff)
downloaddev86-df538463687d768b6ee8247ff4412b78850e7404.tar.gz
Import Dev86src-0.16.2.tar.gzv0.16.2
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)