(no title)
alecmg | 3 years ago
Off the top of my head:
Nobody questions why main drive is C:, remnant of [an] early computer having two floppy (not sure) drives on A: and B:
Or more recent - C:/Windows/System32 holds 64 bit executables; 32 bit exectuables live in C:/Windows/SysWOW64
fer|3 years ago
Recently I was trying to install some obscure driver for a device that doesn't autodetect in my Windows 10 work computer, I had to go through the old school "add device" wizard. When clicking to manually provide the driver, the dialog is exactly (or almost?) the same as the one from Windows 95, and the path defaults to... A:\! There's no floppy on this computer, there even isn't an optical drive!
beowulfey|3 years ago
thg|3 years ago
DavidVoid|3 years ago
You can call the 64 bit architecture x64 all you like, but it's still using the x86 instruction set and it's frequently referred to as x86-64, so naming that 32 bit only folder "... (x86)" will just make things more confusing than they should be.
behnamoh|3 years ago
https://stackoverflow.com/questions/12427245/installing-in-p...
jeroenhd|3 years ago
It'll be interesting to see what Microsoft will do if Windows on ARM actually takes off. As far as I know, the current translation layer can't execute amd64 on ARM, only x86. Will we see Program Files, Program Files (x64) and Program File (x86)? It would make sense; have the redirection system ready to go and the naming scheme would also make perfect sense. ARM doesn't need a special 32-bit folder because there's no notable 32-bit vs 64-bit clash; nobody is migrating upgrading their Windows CE device to Windows 11, after all.
sph|3 years ago
Nick87633|3 years ago
teddyh|3 years ago
majewsky|3 years ago
indrora|3 years ago
https://en.wikipedia.org/wiki/Windows_on_Windows
quickthrower2|3 years ago
mlatu|3 years ago
kevingadd|3 years ago