First snapshot of FIO for Windows
[fio.git] / README
diff --git a/README b/README
index 0f91c66ff6430123032cf890f9bed826401ea4b3..f1ee9aa7676ebf08e0060d94fd34f7acd1746698 100644 (file)
--- a/README
+++ b/README
@@ -208,7 +208,8 @@ The job file parameters are:
        size=x          Set file size to x bytes (x string can include k/m/g)
        ioengine=x      'x' may be: aio/libaio/linuxaio for Linux aio,
                        posixaio for POSIX aio, solarisaio for Solaris
-                       native async IO, sync for regular read/write io,
+                       native async IO, windowsaio for Windows native async IO,
+                       sync for regular read/write io,
                        psync for regular pread/pwrite io, vsync for regular
                        readv/writev (with queuing emulation) mmap for mmap'ed
                        io, syslet-rw for syslet driven read/write, splice for