summaryrefslogtreecommitdiff
path: root/elksemu/Kernel_patch
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1996-05-31 21:33:17 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:30:46 +0200
commite85ee07172eccafd9441362e774f7b184810d008 (patch)
tree5dc12259ab7a61b12d9df284fe58ad5cb312c526 /elksemu/Kernel_patch
parentdcc973ea3e31710429858c99d4f040334ac67c06 (diff)
downloaddev86-e85ee07172eccafd9441362e774f7b184810d008.tar.gz
Import Dev86-0.0.6.tar.gzv0.0.6
Diffstat (limited to 'elksemu/Kernel_patch')
-rw-r--r--elksemu/Kernel_patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/elksemu/Kernel_patch b/elksemu/Kernel_patch
index 451455f..cc4ca40 100644
--- a/elksemu/Kernel_patch
+++ b/elksemu/Kernel_patch
@@ -1,6 +1,8 @@
-
This kernel patch allows you to run Linux-8086 executables transparently
-on a Linux-i386 system. It requires V0.0.2 of elksemu in "/lib/elksemu".
+on a Linux-i386 (1.2.13) system.
+It requires V0.0.2 or better of elksemu in the file "/lib/elksemu".
+
+If you are using kernel 1.3.* or later try the module: binfmt_elks.o
--- orig-13/fs/exec.c Sun Sep 24 13:22:37 1995
+++ linux/fs/exec.c Sun Feb 11 20:11:47 1996