From 9f724b34f28d5b6974fe8e2fd80302ec6f242eac Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 18 Jul 2011 10:38:26 +1000 Subject: [PATCH] add cygwin and freebsd as tested platforms --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index ae25f41..aaaa927 100644 --- a/README +++ b/README @@ -131,3 +131,13 @@ The LD_PRELOAD hack is incomplete and needs more functions to be intercepted bef For now, it is sufficiently complete for trivial commands like stat and cat. You probably need to implement at least lseek, pread, pwrite before it becomes really useful. + +SUPPORTED PLATFORMS +=================== +libiscsi is pure posix and should with some tweaks run on any host that +provides a posix-like environment. + +Libiscsi has been tested on: +* Linux (32 and 64 bit) +* Cygwin +* FreeBSD