Cygwin-64 on W10-64 : the only game in town?

Corinna Vinschen corinna-cygwin@cygwin.com
Mon Nov 2 09:13:07 GMT 2020


On Nov  1 08:49, Fergus Daly via Cygwin wrote:
> With W7 no longer supported, W10-32 supported but no longer provided
> on new machines (Microsoft states that, "Beginning with Windows 10,
> version 2004, all new Windows 10 systems will be required to use
> 64-bit builds and Microsoft will no longer release 32-bit builds for
> OEM distribution .. the weaker version of Windows 10 has several
> limitations, like capping out at 3.2GB of RAM and less stringent
> security measures") and the functionality of Cygwin-32 significantly
> downplayed on Cygwin's own Home page, that really does leave Cygwin-64
> on W10-64 on 64-bit hardware as the sole recommended platform. Yes?

Cygwin still runs on 32 bit and Windows versions down to Vista.

However, since you're asking for a recommendation, some points:

- The limited virtual address space of 32 bit processes is getting
  a big problem for a long time now.  The more packages and the more
  DLLs the distro delivers, the less manageable the situation gets
  on 32 bit machines.  This includes WOW64 on 64 bit.

- time_t on 32 bit is 32 bit.  The effort to change that is not
  managable, and it's not worth it, given that usage of 32 bit
  systems (including WOW64) is at less than 5%, and dropping.

- Newer Cygwin features are partially unavailable (usually faked) on
  older Window versions due to missing API calls.

- Cygwin running on Vista is not going away any time soon.  The extra
  code required to support Vista (and W7, fwiw) is just a drop in the
  bucket, and ripping it out doesn't simplify the code noticably, as for
  XP.

- The same can't be said for 32 bit.  There's a lot of code involved,
  partially assembler code.  Getting rid of that code is really
  an option at one point, what with Windows dropping 32 bit support...

- Older Windows versions are increasingly getting insecure with
  Microsoft stopping updates.

- Windows 10 is not exactly privacy-minded...


Corinna


More information about the Cygwin mailing list