doc: add Windows processor group behaviour and Windows target option
authorSitsofe Wheeler <sitsofe@yahoo.com>
Tue, 27 Mar 2018 16:28:27 +0000 (17:28 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Tue, 27 Mar 2018 19:18:39 +0000 (20:18 +0100)
commitb570e037a5bb8abf780b75e896a8dee336c2dd74
tree6681390fe14b998afcb4752d38932a7ead77ccf7
parenta6ab5391edbc87bdf1e5c0d218ccf7d8325a8c55
doc: add Windows processor group behaviour and Windows target option

- Add information on targeting the build against different versions of
  Windows to the README
- Stop listing -i686 packages in the 64 bit section of the README and
  add a note to about them to the 32 bit build section
- Rejig cpus_allowed to be before cpumask in the documentation to make
  people more likely to read that section first
- Make it clear that CPUs specified in the cpus_allowed section are
  indexed from 0 (and not 1)
- Add information about how processor group awareness when setting CPUs
  is only available when using a build targeted at Windows 7 (because
  only then do we have the processor group APIs available to us) and how
  selecting a CPU sets the processor group too (because we concatanate
  the CPUs from all the processor groups together)

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
HOWTO
README
fio.1