new install files for RTAI and RTLinux
authorDavid Schleef <ds@schleef.org>
Fri, 3 Mar 2000 23:29:17 +0000 (23:29 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 3 Mar 2000 23:29:17 +0000 (23:29 +0000)
INSTALL.RTAI [new file with mode: 0644]
INSTALL.RTLinux [new file with mode: 0644]

diff --git a/INSTALL.RTAI b/INSTALL.RTAI
new file mode 100644 (file)
index 0000000..bc10a5a
--- /dev/null
@@ -0,0 +1,31 @@
+
+In order to use comedi with RTAI, you need to use the
+RTHAL patch that I distribute, instead of Paolo's 'copyto'
+scripts.  The reason for this is simple -- without it,
+Comedi has no way to determine whether or not a kernel
+is an RTAI-capable kernel or not.  This patch is
+available at ftp://stm.lbl.gov/pub/realtime/patch-2.2.14rthal1.
+
+You need to use RTAI version 1.1.  Newer versions may
+also be ok.  If not, fix it and send me a patch.
+
+Assuming Comedi correctly identifies your kernel as an
+RTAI kernel, you will be given the option "Real-time
+support" during configuration.
+
+The top-level Makefile has a few configrable options for
+RTAI:
+
+LINUXDIR allows you to choose the kernel to use
+for building, this obviously has to be the kernel you will
+be running while using Comedi.  The default is /usr/src/linux.
+
+RTAIDIR allows you to choose the location of the RTAI header
+files.  If you install the RTAI header files on your
+system (typical), you do not need to set RTAIDIR, since it
+defaults to the headers in /usr/include/rtai.  For cross
+compilation and other situations where you don't want to
+use the headers installed in /usr/include, define RTAIDIR.
+
+
+
diff --git a/INSTALL.RTLinux b/INSTALL.RTLinux
new file mode 100644 (file)
index 0000000..a32095e
--- /dev/null
@@ -0,0 +1,24 @@
+
+You need to use RTLinux version 2.1.  Newer versions may
+also be ok.  If not, fix it and send me a patch.
+
+Assuming Comedi correctly identifies your kernel as an
+RTLinux kernel, you will be given the option "Real-time
+support" during configuration.
+
+The top-level Makefile has a few configrable options for
+RTLinux:
+
+LINUXDIR allows you to choose the kernel to use
+for building, this obviously has to be the kernel you will
+be running while using Comedi.  The default is /usr/src/linux.
+
+RTLDIR allows you to choose the location of the RTL header
+files.  If you install the RTLinux header files on your
+system (typical), you do not need to set RTLDIR, since it
+defaults to the headers in /usr/include/rtlinux.  For cross
+compilation and other situations where you don't want to
+use the headers installed in /usr/include, define RTLDIR.
+
+
+