summaryrefslogtreecommitdiff
path: root/elksemu/README
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2004-01-24 16:27:32 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:49 +0200
commitbeba34dc223aa0dcf3e5f696966c5e8408b022c3 (patch)
treeea0523ac242bd3e877338e9a771b975d4cd3839a /elksemu/README
parentb5dac1e3bdd01a2ce105df747a9073ff0d6a94e2 (diff)
downloaddev86-beba34dc223aa0dcf3e5f696966c5e8408b022c3.tar.gz
Import Dev86src-0.16.15.tar.gzv0.16.15
Diffstat (limited to 'elksemu/README')
-rw-r--r--elksemu/README8
1 files changed, 1 insertions, 7 deletions
diff --git a/elksemu/README b/elksemu/README
index 065d22b..a7092b8 100644
--- a/elksemu/README
+++ b/elksemu/README
@@ -6,18 +6,12 @@ If you're using a 2.0.36, 2.1.43, 2.2.0 or later kernel then the
binfmt_misc driver is in the stock kernel and all you need to do is
add the following line into the relevent /etc/rc* file.
-echo ':i86-elks:M::\x01\x03\x20\x00:\xff\xff\xff\x83:/lib/elksemu:' \
+echo ':i86-elks:M::\x01\x03\x20\x00:\xff\xff\xff\x83:/usr/bin/elksemu:' \
> /proc/sys/fs/binfmt_misc/register
Note, however, if binfmt_misc is compiled as a module it will not auto
load so you will have to do this manually.
-Further by default the elksemu executable is compiled as an OMAGIC
-executable and needs binfmt_aout. If binfmt_aout is a module and your
-/etc/modules.conf is not correctly configured you may have to load this
-module manually too. Alternativily you can compile elksemu using GCC
-to produce an ELF executable.
-
If your kernel version is 1.2.13 then apply the patch in the Kernel_patch
file.