summaryrefslogtreecommitdiff
path: root/README.cygwin
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2014-01-18 17:19:14 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-01-27 23:39:48 +0000
commit6bfccc7ec4f0705595385f6684b6849663f781b4 (patch)
tree8fc059d191c7cde1d633f5e221c8f508127fa31c /README.cygwin
parent06f562584a885eff7366dca82caf746e62b5a21f (diff)
downloadlibpciaccess-6bfccc7ec4f0705595385f6684b6849663f781b4.tar.gz
Windows/Cygwin: Add support through the WinIo library
V2: - Add support for unmapping - Add a README.cygwin Reviewed-by: Martin Peres <martin.peres@free.fr> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'README.cygwin')
-rwxr-xr-xREADME.cygwin25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.cygwin b/README.cygwin
new file mode 100755
index 0000000..8801329
--- /dev/null
+++ b/README.cygwin
@@ -0,0 +1,25 @@
+= libpciaccess support under Windows through WinIo and Cygwin =
+
+== Platforms supported ==
+
+The support should work on Windows NT/2000/XP/2003/Vista/7 and 2008 but has
+only been tested on Windows 7, 32 bits
+
+== Dependencies ==
+
+This support depends of WinIo which allows direct I/O port and physical
+memory access under Windows NT/2000/XP/2003/Vista/7 and 2008.
+
+== How to install WinIo ? ==
+
+First, you need to download WinIo from http://www.internals.com/. Then, you
+have to copy WinIo32.dll and WinIo32.sys to the same directory as the
+executables.
+
+== TODO ==
+
+Check and fix 64 bits support.
+
+== Contact ==
+
+If you have any problems, please send an email to samuel.pitoiset at gmail.com