summaryrefslogtreecommitdiff
path: root/elksemu
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1999-01-23 13:29:22 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:39 +0200
commite62b35169cdcd13632ae353b1e5ffde7dec44201 (patch)
tree2646548ca84edb365354a6e68459f92943532cee /elksemu
parent2233d47f9d89c107b6c425626d6eb2669363b055 (diff)
downloaddev86-e62b35169cdcd13632ae353b1e5ffde7dec44201.tar.gz
Import Dev86src-0.14.7.tar.gzv0.14.7
Diffstat (limited to 'elksemu')
-rw-r--r--elksemu/README20
1 files changed, 9 insertions, 11 deletions
diff --git a/elksemu/README b/elksemu/README
index 23d3111..6a5bdae 100644
--- a/elksemu/README
+++ b/elksemu/README
@@ -2,23 +2,21 @@
Elksemu is an emulator for the environment that elks will provide on a
real ELKS machine. The emulator only runs on linux-i386 or similar.
+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 add the following line to a
+/etc/rc*/* file and you don't need to install a patch or module!
+
+echo ':i86-elks:M::\x01\x03\x20\x00:\xff\xff\xff\x83:/lib/elksemu:' \
+ > /proc/sys/fs/binfmt_misc/register
+
+
If your kernel version is 1.2.13 then apply the patch in the Kernel_patch
file.
-If you're using one of the 2.0.X series then the binfmt_elks.c module
+If you're using one of the other 2.0.X series then the binfmt_elks.c module
should be able to compile and install. BUT do note you need the modules
and probably modversions options and you _may_ have to alter the compile
command to match those seen when you compile modules that come with the
kernel.
-If you're using a 2.1.43 or later then the binfmt_misc driver is in
-the stock kernel add the following line to a /etc/rc*/* file and
-you don't need to install a patch or module!
-
-echo ':i86-elks:M::\x01\x03\x00\x20:\xff\xff\x83\xff:/lib/elksemu:' \
- > /proc/sys/fs/binfmt_misc/register
-
Rob.
-
-(NB I'm not running 2.1.X so I haven't tested the binfmt_misc method
- as of 26/7/97)