Windows NT

Windows NT
Developer Microsoft
Written in C, C++, and Assembly language[1]
Working state Current
Source model
Initial release July 27, 1993 (1993-07-27)
(as Windows NT 3.1)
Latest release 1803 (10.0.17134.112) (June 12, 2018 (2018-06-12)[2]) [±]
Latest preview RS5 (10.0.17686) (June 6, 2018 (2018-06-06)[3]) [±]
Update method Windows Update, Windows Server Update Services
Platforms IA-32, x86-64, ARM and Itanium (and historically DEC Alpha, MIPS, and PowerPC)
Kernel type Hybrid
Default user interface Graphical (Windows shell)
License Depending on version, edition or customer choice: Trialware, commercial software, volume licensing, OEM-only, SaaS, S+S[lower-alpha 1]
Official website www.microsoft.com/windows/

Windows NT is a family of operating systems produced by Microsoft, the first version of which was released in July 1993. It is a processor-independent, multiprocessing and multi-user operating system.

The first version of Windows NT was Windows NT 3.1 and was produced for workstations and server computers. It was intended to complement consumer versions of Windows that were based on MS-DOS (including Windows 1.0 through Windows 3.1x). Gradually, the Windows NT family was expanded into Microsoft's general-purpose operating system product line for all personal computers, deprecating the Windows 9x family.

"NT" formerly expanded to "New Technology" but no longer carries any specific meaning. Starting with Windows 2000,[4] "NT" was removed from the product name and is only included in the product version string.[5]

NT was the first purely 32-bit version of Windows, whereas its consumer-oriented counterparts, Windows 3.1x and Windows 9x, were 16-bit/32-bit hybrids. It is a multi-architecture operating system. Initially, it supported several instruction set architectures, including IA-32, MIPS, and DEC Alpha; support for PowerPC, Itanium, x64, and ARM were added later. The latest versions support x86 (more specifically IA-32 and x64) and ARM. Major features of the Windows NT family include Windows Shell, Windows API, Native API, Active Directory, Group Policy, Hardware Abstraction Layer, NTFS, BitLocker, Windows Store, Windows Update, and Hyper-V.

Naming

It has been suggested that Dave Cutler intended the initialism "WNT" as a play on VMS, incrementing each letter by one.[6] However, the project was originally intended as a follow-on to OS/2 and was referred to as "NT OS/2" before receiving the Windows brand.[7] One of the original NT developers, Mark Lucovsky, states that the name was taken from the original target processor—the Intel i860, code-named N10 ("N-Ten").[8] A 1998 question-and-answer session with Bill Gates revealed that the letters were previously expanded to "New Technology" but no longer carry any specific meaning.[9] The letters were dropped from the names of releases from Windows 2000 and later, though Microsoft described that product as being "Built on NT Technology".[4][10]

Major features

A main design goal of NT was hardware and software portability. Various versions of NT family operating systems have been released for a variety of processor architectures, initially IA-32, MIPS, and DEC Alpha, with PowerPC, Itanium, x86-64 and ARM supported in later releases. The idea was to have a common code base with a custom Hardware Abstraction Layer (HAL) for each platform. However, support for MIPS, Alpha, and PowerPC was later dropped in Windows 2000. Broad software compatibility was achieved with support for several API "personalities", including Windows API, POSIX,[11] and OS/2 APIs[12] – the latter two were phased out starting with Windows XP.[13] Partial MS-DOS compatibility was achieved via an integrated DOS Virtual Machine – although this feature is being phased out in the x86-64 architecture.[14] NT supported per-object (file, function, and role) access control lists allowing a rich set of security permissions to be applied to systems and services. NT supported Windows network protocols, inheriting the previous OS/2 LAN Manager networking, as well as TCP/IP networking (for which Microsoft would implement a TCP/IP stack derived at first from a STREAMS-based stack from Spider Systems, then later rewritten in-house).[15]

Windows NT 3.1 was the first version of Windows to use 32-bit flat virtual memory addressing on 32-bit processors. Its companion product, Windows 3.1, used segmented addressing and switches from 16-bit to 32-bit addressing in pages.

Windows NT 3.1 featured a core kernel providing a system API, running in supervisor mode (ring 0 in x86; referred to in Windows NT as "kernel mode" on all platforms), and a set of user-space environments with their own APIs which included the new Win32 environment, an OS/2 1.3 text-mode environment and a POSIX environment. The full preemptive multitasking kernel could interrupt running tasks to schedule other tasks, without relying on user programs to voluntarily give up control of the CPU, as in Windows 3.1 Windows applications (although MS-DOS applications were preemptively multitasked in Windows starting with Windows/386).

Notably, in Windows NT 3.x, several I/O driver subsystems, such as video and printing, were user-mode subsystems. In Windows NT 4, the video, server, and printer spooler subsystems were moved into kernel mode. Windows NT's first GUI was strongly influenced by (and programmatically compatible with) that from Windows 3.1; Windows NT 4's interface was redesigned to match that of the brand new Windows 95, moving from the Program Manager to the Windows shell design.

NTFS, a journaled, secure file system, was created for NT. Windows NT also allows for other installable file systems; starting with versions 3.1, NT could be installed on FAT or HPFS file systems.[16]

Windows NT introduced its own driver model, the Windows NT driver model, and is incompatible with older driver frameworks. With Windows 2000, the Windows NT driver model was enhanced to become the Windows Driver Model, which was first introduced with Windows 98, but was based on the NT driver model.[17] Windows Vista added native support for the Windows Driver Foundation, which is also available for Windows XP, Windows Server 2003 and to an extent, Windows 2000.

Development

Original Windows NT wordmark.

Microsoft decided to create a portable operating system, compatible with OS/2 and POSIX and supporting multiprocessing, in October 1988.[18] When development started in November 1989, Windows NT was to be known as OS/2 3.0,[19] the third version of the operating system developed jointly by Microsoft and IBM. To ensure portability, initial development was targeted at the Intel i860XR RISC processor, switching to the MIPS R3000 in late 1989, and then the Intel i386 in 1990.[20] Microsoft also continued parallel development of the DOS-based and less resource-demanding Windows environment, resulting in the release of Windows 3.0 in May 1990. Windows 3 was eventually so successful that Microsoft decided to change the primary application programming interface for the still unreleased NT OS/2 (as it was then known) from an extended OS/2 API to an extended Windows API. This decision caused tension between Microsoft and IBM and the collaboration ultimately fell apart. IBM continued OS/2 development alone while Microsoft continued work on the newly renamed Windows NT. Though neither operating system would immediately be as popular as Microsoft's MS-DOS or Windows products, Windows NT would eventually be far more successful than OS/2.

Microsoft hired a group of developers from Digital Equipment Corporation led by Dave Cutler to build Windows NT, and many elements of the design reflect earlier DEC experience with Cutler's VMS[21] and RSX-11, but also an unreleased object-based operating system developed by Dave Cutler for DEC Prism.[22]The team was joined by selected members of the disbanded OS/2 team, including Moshe Dunie.[6] The operating system was designed to run on multiple instruction set architectures and multiple hardware platforms within each architecture. The platform dependencies are largely hidden from the rest of the system by a kernel mode module called the HAL (Hardware Abstraction Layer).

Windows NT's kernel mode code further distinguishes between the "kernel", whose primary purpose is to implement processor- and architecture-dependent functions, and the "executive". This was designed as a modified microkernel, as the Windows NT kernel was influenced by the Mach microkernel developed at Carnegie Mellon University,[23] but does not meet all of the criteria of a pure microkernel. Both the kernel and the executive are linked together into the single loaded module ntoskrnl.exe; from outside this module there is little distinction between the kernel and the executive. Routines from each are directly accessible, as for example from kernel-mode device drivers.

API sets in the Windows NT family are implemented as subsystems atop the publicly undocumented "native" API; this allowed the late adoption of the Windows API (into the Win32 subsystem). Windows NT was one of the earliest operating systems to use Unicode internally.

Releases

Windows NT releases
VersionMarketing nameEditionsRelease dateBuild number
3.1Windows NT 3.1Workstation (named just Windows NT), Advanced ServerJuly 27, 1993528
3.5Windows NT 3.5Workstation, ServerSeptember 21, 1994807
3.51Windows NT 3.51May 30, 19951057
4.0Windows NT 4.0Workstation, Server, Server Enterprise Edition, Terminal Server, EmbeddedAugust 24, 19961381
5.0Windows 2000Professional, Server, Advanced ServerFebruary 17, 20002195
Datacenter ServerSeptember 26, 2000
5.1Windows XPHome, Professional, Media Center (original, 2004 & 2005), Tablet PC (original and 2005), Starter, Embedded, Home N, Professional NOctober 25, 20012600
Windows Fundamentals for Legacy PCsN/AJuly 8, 2006
5.2Windows XP64-bit Edition Version 2003[24]March 28, 20033790
Windows Server 2003Standard, Enterprise, Datacenter, Web, Storage, Small Business Server, Compute ClusterApril 24, 2003
Windows XPProfessional x64 EditionApril 25, 2005
Windows Server 2003 R2Standard, Enterprise, Datacenter, Web, Storage, Small Business Server, Compute ClusterDecember 6, 2005
Windows Home ServerN/AJuly 16, 2007
6.0Windows VistaStarter, Home Basic, Home Premium, Business, Enterprise, Ultimate, Home Basic N, Business N
  • Business: November 30, 2006
  • Consumer: January 30, 2007
  • 6000 (RTM)
  • 6001 (SP1)
  • 6002 (SP2)
Windows Server 2008Foundation, Standard, Enterprise, Datacenter, Web Server, HPC Server, Itanium-Based Systems[25]February 27, 2008
  • 6001 (RTM)
  • 6002 (SP2)
6.1[26] Windows 7 Starter, Home Basic, Home Premium, Professional, Enterprise, Ultimate[27] October 22, 2009[28]
  • 7600 (RTM)
  • 7601 (SP1)
Windows Server 2008 R2 Foundation, Standard, Enterprise, Datacenter, Web Server, HPC Server, Itanium-Based Systems
Windows Home Server 2011N/AApril 6, 2011
  • 7600 (RTM)
6.2 Windows 8[29] Windows 8, Windows 8 Pro, Windows 8 Enterprise, Windows RT[30] October 26, 2012[31] 9200
Windows Server 2012[32] Foundation, Essentials, Standard, Datacenter[33] September 4, 2012
6.3[34] Windows 8.1 Windows 8.1, Windows 8.1 Pro, Windows 8.1 Enterprise, Windows RT 8.1 October 18, 2013 9600[35]
Windows Server 2012 R2 Foundation, Essentials, Standard, Datacenter
10.0[36] Windows 10 Home, Pro, Pro Education, Enterprise, Education, Windows 10 S, IoT Core, Mobile, Mobile Enterprise[37][38] July 29, 2015
  • 10240 (TH1)
  • 10586 (TH2)
  • 14393 (RS1)
  • 15063 (RS2)
  • 16299 (RS3)
  • 17134 (RS4)
  • 17763 (RS5)
Windows Server 2016Essentials, Standard, Datacenter, Multipoint Premium Server, Storage Server, Hyper-V ServerSeptember 26, 2016
  • 14393 (RS1)
  • 16299 (RS3)[39]

Windows NT 3.1 to 3.51 incorporated the Program Manager and File Manager from the Windows 3.1x series. Windows NT 4.0 onwards replaced those programs with Windows Explorer (including a taskbar and Start menu), which originally appeared in Windows 95.

The first release was given version number 3.1 to match the contemporary 16-bit Windows; magazines of that era claimed the number was also used to make that version seem more reliable than a ".0" release. Also the Novell IPX protocol was apparently licensed only to 3.1 versions of Windows software.

The NT version number is not now generally used for marketing purposes, but is still used internally, and said to reflect the degree of changes to the core of the operating system.[40] However, for application compatibility reasons, Microsoft kept the major version number as 6 in releases following Vista,[41] but changed it later to 10 in Windows 10.[36] The build number is an internal identifier used by Microsoft's developers and beta testers.

Programming language

Windows NT is written in C and C++, with a very small amount written in assembly language.[42] C is mostly used for the kernel code while C++ is mostly used for user-mode code. Assembly language is avoided where possible because it would impede portability.[43]

Supported platforms

32-bit platforms

In order to prevent Intel x86-specific code from slipping into the operating system by developers used to developing on x86 chips, Windows NT 3.1 was initially developed using non-x86 development systems and then ported to the x86 architecture. This work was initially based on the Intel i860-based Dazzle system and, later, the MIPS R4000-based Jazz platform. Both systems were designed internally at Microsoft.[44]

Windows NT 3.1 was released for Intel x86 PC compatible, PC-98, DEC Alpha, and ARC-compliant MIPS platforms. Windows NT 3.51 added support for the PowerPC processor in 1995, specifically PReP-compliant systems such as the IBM Power Series desktops/laptops and Motorola PowerStack series; but despite meetings between Michael Spindler and Bill Gates, not on the Power Macintosh as the PReP compliant Power Macintosh project failed to ship.

Intergraph Corporation ported Windows NT to its Clipper architecture and later announced intention to port Windows NT 3.51 to Sun Microsystems' SPARC architecture,[45] but neither version was sold to the public as a retail product.

Only two of the Windows NT 4.0 variants (IA-32 and Alpha) have a full set of service packs available. All of the other ports done by third parties (Motorola, Intergraph, etc.) have few, if any, publicly available updates.

Windows NT 4.0 was the last major release to support Alpha, MIPS, or PowerPC, though development of Windows 2000 for Alpha continued until August 1999, when Compaq stopped support for Windows NT on that architecture; and then three days later Microsoft also canceled their AlphaNT program,[46] even though the Alpha NT 5 (Windows 2000) release had reached RC1 status.[47]

Microsoft announced on January 5, 2011 that the next major version of the Windows NT family will include support for the ARM architecture. Microsoft demonstrated a preliminary version of Windows (version 6.2.7867) running on an ARM-based computer at the 2011 Consumer Electronics Show.[48] This eventually led to the commercial release of the Windows 8-derived Windows RT on October 26, 2012, and the implementation of NT over CE on Windows Phone 8.

According to Microsoft, it is a common misconception that the Xbox and Xbox 360 use a modified Windows 2000 kernel, for the Xbox operating system was built from scratch but implements a subset of Windows APIs.[49]

64-bit platforms

The 64-bit versions of Windows NT were originally intended to run on Itanium and DEC Alpha; the latter was used internally at Microsoft during early development of 64-bit Windows.[50][51] This continued for some time after Microsoft publicly announced that it was cancelling plans to ship 64-bit Windows for Alpha.[52] Because of this, Alpha versions of Windows NT are 32-bit only.

While Windows 2000 only supports Intel IA-32 (32-bit), Windows XP, Server 2003, Server 2008 and Server 2008 R2 each have one edition dedicated to Itanium-based systems.[53][54][55] In comparison with Itanium, Microsoft adopted x64 on a greater scale: every version of Windows since Windows XP (which has a dedicated x64 edition),[56] has x64 editions.[53][57]

Hardware requirements

The minimum hardware specification required to run each release of the professional workstation version of Windows NT has been fairly slow-moving until the 6.0 Vista release, which requires a minimum of 15 GB of free disk space, a 10-fold increase in free disk space alone over the previous version.

Windows NT minimum hardware requirements
Windows version CPU RAM Free disk space
NT 3.1 i386, 25 MHz12 MB90 MB
NT 3.1 Advanced Server 16 MB
NT 3.5 Workstation[58] 12 MB
NT 3.5 Server[58] 16 MB
NT 3.51 Workstation[58] 12 MB
NT 3.51 Server[58] 16 MB
NT 4.0 Workstation[59] i486, 25 MHz12 MB124 MB
NT 4.0 Server[59] 16 MB
2000 Professional[60] Pentium, 133 MHz32 MB650 MB
2000 Server[60] 128 MB
XP[61] Pentium, 233 MHz64 MB1.5 GB
Server 2003[62] 133 MHz128 MB
Vista Home Basic[63] 800 MHz512 MB20 GB
Vista (other editions)[63] 1 GHz1 GB40 GB
7 for IA-32[64] 16 GB
7 for x64[64] 2 GB20 GB
8 for IA-32[65] 1 GHz with NX bit, SSE2, PAE1 GB16 GB
8 for x64[65] 2 GB20 GB
8.1 for IA-32[65] 1 GB16 GB
8.1 for x64[65] 1 GHz with NX bit, SSE2, PAE, CMPXCHG16b, PrefetchW and LAHF/SAHF2 GB20 GB
10 for IA-32[66] 1 GHz with NX bit, SSE2, PAE1 GB16 GB
10 for x64[66] 1 GHz with NX bit, SSE2, PAE, CMPXCHG16b, PrefetchW and LAHF/SAHF2 GB20 GB

See also

Notes

References

  1. Lextrait, Vincent (January 2010). "The Programming Languages Beacon" (v10.0 ed.). Retrieved January 4, 2010.
  2. "June 12, 2018—KB4284835 (OS Build 17134.112)". Microsoft Support. Microsoft.
  3. Sarkar, Dona. "Announcing Windows 10 Insider Preview Build 17686". Windows Blogs.
  4. 1 2 "Microsoft Renames Windows NT 5.0 Product Line to Windows 2000; Signals Evolution of Windows NT Technology Into Mainstream" (Press release). Microsoft. October 27, 1998.
  5. "OperatingSystem.VersionString Property". MSDN. Microsoft. Retrieved November 10, 2014.
  6. 1 2 Zachary, G Pascal (1994). Show Stopper!: The Breakneck Race to Create Windows NT and the Next Generation at Microsoft. Free Press. ISBN 978-0-02-935671-5.
  7. "Microsoft Windows NT OS/2 Design Workbook". American history. Smithsonian. Retrieved March 17, 2017.
  8. Thurrott, Paul. "History of Windows Server 2003: The Road To Gold". Win super site.
  9. Gates, Bill (June 5, 1998). "Q&A: Protecting children from information on the Internet". Archived from the original on May 26, 2001. Retrieved June 26, 2005.
  10. "Windows 2000 is a name that reflects NT's continued move to the technology mainstream". Microsoft.com. October 27, 1998. Retrieved November 13, 2011.
  11. "Paul Thurrott's SuperSite for Windows". Win super site. Retrieved November 24, 2010.
  12. "28 – OS/2 Compatibility", MS Windows NT 4 Workstation (resource kit), Microsoft, retrieved November 24, 2010
  13. "POSIX and OS/2 are not supported in Windows XP or in Windows Server 2003". Support. Microsoft. November 5, 2007. Retrieved November 24, 2010.
  14. "x64 editions deployment". Retrieved November 24, 2010.
  15. Barr, Adam (June 19, 2001), "Microsoft, TCP/IP, Open Source, and Licensing", Kuro5hin, retrieved February 22, 2013
  16. "File Systems". TechNet. Microsoft. Retrieved November 24, 2010.
  17. "WDM NT Drivers" (FAQ). CMKrnl.
  18. Cutler, Dave, "Preface", in Russinovich, Mark; Solomon, David A, Microsoft Windows Internals (fourth ed.), Microsoft Press, ISBN 0-7356-1917-4 .
  19. Pollack, Andrew (July 27, 1991), "Microsoft Widens Its Split With IBM Over Software", The New York Times, retrieved September 2, 2008
  20. Thurrott, Paul (January 24, 2003). "Windows Server 2003: The Road To Gold". Win super site. Retrieved January 5, 2010.
  21. Russinovich, Mark (November 30, 1998). "Windows NT and VMS: The Rest of the Story". IT Pro. Retrieved January 2, 2018.
  22. Neil Rieck. ""Windows-NT" is "VMS Reimplemented" (sort of)". Retrieved August 25, 2015.
  23. "Supporting Windows NT and 2000 Workstation and Server". Technology network. Prentice Hall. December 1, 1999. ISBN 978-0-13-083068-5. Retrieved August 29, 2011.
  24. "Microsoft Releases Windows XP 64-Bit Edition Version 2003 to Manufacturing". March 2003. Retrieved January 14, 2008.
  25. "Overview of Editions". Windows Server 2008. Microsoft. Retrieved May 18, 2009.
  26. "Operating System Versioning". Microsoft Developer Network. Microsoft. May 20, 2009. Retrieved July 6, 2009.
  27. LeBlanc, Brandon (February 4, 2009). "A closer look at the Windows 7 SKUs". Blogging Windows. Microsoft. Retrieved February 5, 2009.
  28. Rothman, Wilson (June 2, 2009). "Windows 7 To Be Released October 22". Gizmodo. Retrieved June 6, 2009.
  29. "Windows", Developer network, Microsoft
  30. LeBlanc, Brandon (April 16, 2012). "Announcing the Windows 8 Editions". Blogging Windows. Microsoft. Retrieved April 17, 2012.
  31. "Windows 8 will be available on…". Microsoft. July 18, 2012. Retrieved July 18, 2012.
  32. "Windows server 8 named Windows server 2012", Windows valley .
  33. "Windows Server 2012 Editions". Server cloud. Retrieved July 8, 2012.
  34. "Microsoft's Windows Blue looks to be named Windows 8.1", ZDNet
  35. Warren, Tom (August 24, 2013). "Windows 8.1 is ready for its October 17th release". The Verge. Vox Media.
  36. 1 2 Thurrott, Paul (November 22, 2014). "Microsoft Confirms that Windows 10 will also be Version 10 Internally". SuperSite for Windows. Penton Media.
  37. Prophet, Tony (May 13, 2015). "Introducing Windows 10 Editions". Microsoft.
  38. Foley, Mary Jo (July 27, 2016). "Microsoft to add new Windows 10 Pro Education edition to its line-up". ZDNet. CBS Interactive.
  39. "Windows Server, version 1709 available for download!". Microsoft Technet. Microsoft.
  40. Russinovich, Mark; Solomon, David (December 2001), "Windows XP: Kernel Improvements Create a More Robust, Powerful, and Scalable OS", MSDN mag, Developer network, Microsoft, archived from the original on April 24, 2003, retrieved December 19, 2006
  41. "Why 7?". Windows Team Blog. Microsoft. October 14, 2008. Retrieved March 30, 2012.
  42. "Windows NT System Overview". TechNet. Microsoft. Retrieved November 24, 2010.
  43. Chen, Raymond (September 28, 2016). "One Dev Question with Raymond Chen - What Programming Language is Windows Written In?". Channel 9. Microsoft.
  44. Lucovsky, Mark (August 9, 2000). "Windows: A Software Engineering Odyssey". Retrieved November 2, 2006.
  45. "Intergraph Announces Port of Windows NT to SPARC Architecture". The Florida SunFlash. July 7, 1993.
  46. Petreley, Nicholas (September 3, 1999). "Can Linux break Intel's hold on the market?". CNN.
  47. Aaron Sakovich (2001). "Windows 2000?". The AlphaNT Source. Archived from the original on 2008-07-08. Retrieved 2007-01-01.
  48. Warren, Tom (January 5, 2011). "Microsoft demonstrates early build of Windows 8". winrumors.com. Archived from the original on January 9, 2011.
  49. Gandhi, Shaheen. "Xbox Team: The Xbox Operating System". Archived from the original on December 20, 2008.
  50. Thurott, Paul (December 15, 1999). "Road to Gold: A Look at the Development of Windows 2000". Retrieved January 2, 2018.
  51. Chen, Raymond (August 2008). "Windows Confidential". Technology network. Microsoft.
  52. Thurott, Paul (June 21, 2000). "Windows 2000 Reportedly Returning to Alpha Platform". Retrieved January 2, 2018. UPDATE: Compaq has apparently denied that any work is being done on Windows 2000/64 for the Alpha.
  53. 1 2 "Comparison of Windows Server 2003 Editions". Microsoft TechNet. Microsoft. Retrieved October 14, 2011.
  54. "Windows Server 2008 for Itanium-Based Systems Feature Support". Microsoft TechNet. Microsoft. Retrieved October 14, 2011.
  55. "Windows Server 2008 R2 for Itanium-Based Systems". Windows Server Editions. Microsoft. Retrieved October 14, 2011.
  56. "Microsoft Windows XP 64-Bit Edition". Microsoft TechNet. Microsoft. August 15, 2001. Retrieved October 14, 2011.
  57. "A description of the x64-based versions of Windows Server 2003 and of Windows XP Professional x64 Edition". Microsoft Support Center. Microsoft. Retrieved October 14, 2011.
  58. 1 2 3 4 "Windows NT 3.5x Setup Troubleshooting Guide (MSKB 139733)". Microsoft. November 1, 2006. Archived from the original on June 22, 2014.
  59. 1 2 "Info: Windows NT 4.0 Setup Troubleshooting Guide". Microsoft. October 31, 2006. Archived from the original on March 20, 2014.
  60. 1 2 "System requirements for Microsoft Windows 2000 operating systems". Support. Microsoft. November 13, 2007. Retrieved September 10, 2017.
  61. "System requirements for Microsoft Windows XP operating systems". Support. Microsoft. September 14, 2007. Retrieved August 10, 2017.
  62. "Windows Server 2003, Standard Edition: System requirements". Microsoft. January 21, 2005. Retrieved January 11, 2013.
  63. 1 2 "System requirements for Microsoft Windows Vista". Support. Microsoft. November 13, 2007. Retrieved September 10, 2017.
  64. 1 2 "Windows 7 system requirements". Support. Microsoft. Retrieved September 10, 2017.
  65. 1 2 3 4 "Windows 8 system requirements". Support. Microsoft. Retrieved September 10, 2017.
  66. 1 2 "Windows 10 Specifications & Systems Requirements". microsoft.com. Microsoft. Retrieved September 10, 2017.
  • Windows (official page), Microsoft .
  • Russinovich, Mark, "Windows NT and VMS: The Rest of the Story", Win 2000 (discussion of ancestry of NT), archived from the original on May 3, 2002 .
  • A Brief History of the Windows NT Operating System (fact sheet), Microsoft PressPass, 1998, archived from the original on June 10, 2004 .
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.