Windows NT

From Wikipedia, the free encyclopedia

Windows NT
DeveloperMicrosoft
Written inC, Assembly language
(core)
C++
(user mode applications, kernel graphical subsystem)
C#
(user mode applications)[1]
Working stateCurrent
Source model
Initial releaseJuly 27, 1993; 30 years ago (1993-07-27)
(as Windows NT 3.1)
Latest release23H2 (10.0.22631.3296) (March 12, 2024; 7 days ago (2024-03-12)[2]) [±]
Latest preview
Release Preview Channel

23H2 (10.0.22631.3296) (March 12, 2024; 7 days ago (2024-03-12)[3][4]) [±]

Beta Channel

23H2 (10.0.22635.3350) (March 13, 2024; 6 days ago (2024-03-13)[5]) [±]

Dev Channel

24H2 (10.0.26080.1400) (March 18, 2024; 1 day ago (2024-03-18)[6]) [±]

Canary Channel
24H2 (10.0.26080.1) (March 13, 2024; 6 days ago (2024-03-13)[6]) [±]
Update methodWindows Update, Windows Server Update Services
PlatformsIA-32, x86-64, ARM and ARM64 (and historically Intel i860, DEC Alpha, Itanium, MIPS, and PowerPC)
Kernel typeHybrid[citation needed] (NT)
Influenced byRSX-11, VAXELN, OpenVMS, MICA, Mach (kernel)
MS-DOS, OS/2, Windows 3.1x (userland)
Default
user interface
Graphical (Windows shell)
LicenseDepending on version, edition or customer choice: Trialware, commercial software, volume licensing, OEM-only, SaaS, S+S[a]
Official websitewww.microsoft.com/windows

Windows NT is a proprietary graphical operating system produced by Microsoft as part of its Windows product line, the first version of which was released on July 27, 1993, and it lives on today since the latest version of Windows, 11, includes its technology.

The Windows NT name denotes major technology advancements that it introduced to the Windows product line including eliminating the 16-bit memory access limitations of earlier Windows releases. Each Windows release that includes its technology is considered to be based on, if not a revision of, Windows NT even though the Windows NT name has not been used since 1996.

Windows NT provides many features including:

  • pure 32-bit memory access -- earlier, consumer-oriented versions, Windows 3.1x and Windows 9x, were 16-bit/32-bit hybrids

Product line[edit]

Windows NT is a group or family of products -- like Windows is a group or family. Windows NT is a sub-grouping of Windows.

The first version of Windows NT, 3.1, was produced for workstation and server computers. It was commercially focused -- intended to complement consumer versions of Windows that were based on MS-DOS (including Windows 1.0 through Windows 3.1x). In 1996, Windows NT 4.0 was released, including the new shell from Windows 95.

Eventually, Microsoft incorporated the Windows NT technology into the Windows product line for personal computing and deprecated the Windows 9x family. Starting with Windows 2000,[7] "NT" was removed from the product name yet is still in several low-level places in the system -- including for a while as part of the product version.[8]

Installing[edit]

Versions of Windows NT are installed using Windows Setup, which, starting with Windows Vista, uses the Windows Preinstallation Environment, which is a lightweight version of Windows NT made for deployment of the operating system.

Naming[edit]

It has been suggested that Dave Cutler intended the initialism "WNT" as a play on VMS, incrementing each letter by one.[9] 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.[10] 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").[11] A 1998 question-and-answer (Q&A) session with Bill Gates revealed that the letters were previously expanded to "New Technology" but no longer carry any specific meaning.[12] 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".[7][13]

"NT" was a trademark of Northern Telecom (later Nortel), which Microsoft was forced to acknowledge on the product packaging.

Major features[edit]

One of the main purposes of NT is 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. An initial 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 initially achieved with support for several API "personalities", including Windows API, POSIX,[14] and OS/2 APIs[15] – the latter two were phased out starting with Windows XP.[16] Partial MS-DOS and Windows 16-bit compatibility is achieved on IA-32 via an integrated DOS Virtual Machine – although this feature is not available on other architectures.[17]

NT has 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 has also supported Windows network protocols, inheriting the previous OS/2 LAN Manager networking, as well as TCP/IP networking (for which Microsoft used to implement a TCP/IP stack derived at first from a STREAMS-based stack from Spider Systems, then later rewritten in-house).[18]

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, is a major feature of NT. Windows NT also allows for other installable file systems; NT can also be installed on FAT file systems, and versions 3.1, 3.5, and 3.51 could be installed HPFS file systems.[19]

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.[20] 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[edit]

Original Windows NT wordmark

Microsoft decided to create a portable operating system, compatible with OS/2 and POSIX and supporting multiprocessing, in October 1988.[21] When development started in November 1989, Windows NT was to be known as OS/2 3.0,[22] 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.[11] 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.0 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,[23] VAXELN and RSX-11, but also an unreleased object-based operating system developed by Cutler at Digital codenamed MICA.[24] The team was joined by selected members of the disbanded OS/2 team, including Moshe Dunie.[9]

Windows 2000 architecture

Although NT was not an exact clone of Cutler's previous operating systems, DEC engineers almost immediately noticed the internal similarities. Parts of VAX/VMS Internals and Data Structures, published by Digital Press, accurately describe Windows NT internals using VMS terms. Furthermore, parts of the NT codebase's directory structure and filenames matched that of the MICA codebase.[9] Instead of a lawsuit, Microsoft agreed to pay DEC $65–100 million, help market VMS, train Digital personnel on Windows NT, and continue Windows NT support for the DEC Alpha.[23]

Windows NT and VMS memory management, processes, and scheduling are very similar. Windows NT's process management differs by implementing threading, which DEC did not implement until VMS 7.0 in 1995.

Like VMS,[23] Windows NT's kernel mode code 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 by Richard Rashid at Carnegie Mellon University,[25] 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 UCS-2 and UTF-16 internally.[citation needed]

Architecture[edit]

Windows NT uses a layered design architecture that consists of two main components, user mode and kernel mode. Programs and subsystems in user mode are limited in terms of what system resources they have access to, while the kernel mode has unrestricted access to the system memory and external devices. Kernel mode in Windows NT has full access to the hardware and system resources of the computer. The Windows NT kernel is a hybrid kernel; the architecture comprises a simple kernel, hardware abstraction layer (HAL), drivers, and a range of services (collectively named Executive), which all exist in kernel mode.[26]

The booting process of Windows NT begins with NTLDR in versions before Vista and the Windows Boot Manager in Vista and later.[27] The boot loader is responsible for accessing the file system on the boot drive, starting the kernel, and loading boot-time device drivers into memory. Once all the boot and system drivers have been loaded, the kernel starts the Session Manager Subsystem. This process launches winlogon, which allows the user to login. Once the user is logged in File Explorer is started, loading the graphical user interface of Windows NT.

Programming language[edit]

Windows NT is written in C and C++, with a very small amount written in assembly language.[28] 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.[29]

Releases[edit]

The following are the releases of Windows based on the Windows NT technology.

Windows NT releases
Version Marketing name Editions Release date Build number
3.1 Windows NT 3.1 Workstation (named just Windows NT), Advanced Server July 27, 1993 - 2001 528
3.5 Windows NT 3.5 Workstation, Server September 21, 1994 807
3.51 Windows NT 3.51 May 30, 1995 1057
4.0 Windows NT 4.0 Workstation, Server, Enterprise Server, Terminal Server, Embedded August 24, 1996 1381
5.0[30] Windows 2000 Professional, Server, Advanced Server February 17, 2000 2195
Datacenter Server September 26, 2000
5.1[30] Windows XP Home, Professional, Media Center (original, 2004 & 2005), Tablet PC (original and 2005), Starter, Embedded, Home N, Professional N October 25, 2001 - 2014 2600
Windows Fundamentals for Legacy PCs July 8, 2006
5.2[30] Windows XP 64-bit Edition Version 2003 (IA-64)[31] March 28, 2003 3790
Windows Server 2003 Standard, Enterprise, Datacenter, Web, Storage, Small Business Server, Compute Cluster April 24, 2003 - 2015
Windows XP Professional x64 Edition (x86-64) April 25, 2005
Windows Server 2003 R2 Standard, Enterprise, Datacenter, Web, Storage, Small Business Server, Compute Cluster December 6, 2005
Windows Home Server November 4, 2007
6.0[30] Windows Vista Starter, Home Basic, Home Premium, Business, Enterprise, Ultimate Business: November 30, 2006
Consumer: January 30, 2007 - 2017
  • 6000 (RTM)
    6001 (SP1)
    6002 (SP2)
    6003 (SP2 Update)[b]
Windows Server 2008 Foundation, Standard, Enterprise, Datacenter, Web Server, HPC Server, Itanium-Based Systems[32] February 27, 2008 6001 (RTM)
6002 (SP2)
6003 (SP2 Update)[33]
6.1[30] Windows 7 Starter, Home Basic, Home Premium, Professional, Enterprise, Ultimate[34] October 22, 2009 - 2020 [35] 7600 (RTM)
7601 (SP1)
Windows Server 2008 R2 Foundation, Standard, Enterprise, Datacenter, Web Server, HPC Server, Itanium-Based Systems
Windows Home Server 2011 Home Server Premium April 6, 2011 7601 (SP1)
Windows Thin PC June 6, 2011
6.2[30] Windows 8[36] Windows 8, Windows 8 Pro, Windows 8 Enterprise, Windows RT[37] October 26, 2012[38] 9200
Windows Server 2012[39] Foundation, Essentials, Standard, Datacenter[40] September 4, 2012 - 2022
6.3[30] Windows 8.1 Windows 8.1, Windows 8.1 Pro, Windows 8.1 Enterprise, Windows RT 8.1, Windows Embedded 8.1 Industry Pro/Enterprise October 18, 2013 - 2022 9600[41]
Windows Server 2012 R2 Foundation, Essentials, Standard, Datacenter
10.0[30][42] Windows 10 Home Single Language, Home China, Home, Pro, Pro Education, Pro for Workstations,[43] Enterprise, Education, Windows 10 S, IoT Core, Mobile, Mobile Enterprise[44][45] July 29, 2015 10240 (1507/RTM)
10586 (1511)
14393 (1607)
15063 (1703)
16299 (1709)
17134 (1803)
17763 (1809)
18362 (1903)
18363 (1909)
19041 (2004)
19042 (20H2)
19043 (21H1)
19044 (21H2)
19045 (22H2)
Windows Server 2016 Essentials, Standard, Datacenter, Multipoint Premium Server, Storage Server, Hyper-V Server September 26, 2016 14393
Windows Server 2019 Essentials, Standard, Datacenter, Multipoint Premium Server, Hyper-V Server October 2, 2018 17763
Windows Server 2022 August 18, 2021[46] 20348
Windows 11 Home Single Language, Home China, Home, Pro, Education, Pro Education, Pro for Workstations, Enterprise, IoT Enterprise, Windows 11 SE October 5, 2021[47] 22000 (21H2/RTM)
22621 (22H2)
22631 (23H2)

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.[citation needed]

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.[48] However, for application compatibility reasons, Microsoft kept the major version number as 6 in releases following Vista,[49] but changed it later to 10 in Windows 10.[42] The build number is an internal identifier used by Microsoft's developers and beta testers.

Starting with Windows 8.1, Microsoft changed the Version API Helper functions' behavior. If an application is not manifested for Windows 8.1 or later, the API will always return version 6.2, which is the version number of Windows 8.[50][51] This is because the manifest feature was introduced with Windows 8.1,[52] to replace GetVersion and related functions.[53]

Supported platforms[edit]

32-bit platforms[edit]

In order to prevent Intel x86-specific code from slipping into the operating system, due to developers being 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.[54]

Windows NT 3.1 was released for Intel x86 PC compatible and PC-98 platforms, and for 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 ThinkPad Power Series 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 an intention to port Windows NT 3.51 to Sun Microsystems' SPARC architecture,[55] in conjunction with the company's planned introduction of UltraSPARC models in 1995,[56] 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,[57] even though the Alpha NT 5 (Windows 2000) release had reached RC1 status.[58]

On January 5, 2011, Microsoft announced 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.[59] This eventually led to the commercial release of the Windows 8-derived Windows RT on October 26, 2012, and the use of Windows NT, rather than Windows CE, in Windows Phone 8.

According to Microsoft, it is a common misconception that the Xbox and Xbox 360 use a modified Windows 2000 kernel. In reality, the Xbox operating system was built from scratch but implements a subset of Windows APIs.[60] The Xbox One, and Xbox Series X/S, however, do use a modified version of Windows 10.[61]

Windows 11 is the first non-server version of Windows NT that does not support 32-bit platforms.[62][63]

64-bit platforms[edit]

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.[64][65] This continued for some time after Microsoft publicly announced that it was cancelling plans to ship 64-bit Windows for Alpha.[66] 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.[67][68][69] In comparison with Itanium, Microsoft adopted x64 on a greater scale: every version of Windows since Windows XP (which has a dedicated x64 edition)[70] has x64 editions.[67][71]

The first version of Windows NT to support ARM64 devices with Qualcomm processors was Windows 10, version 1709.[72] This is a full version of Windows, rather than the cut-down Windows RT.

Hardware requirements[edit]

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 tenfold increase in free disk space alone over the previous version, and the 2021 10.0 (11) release which excludes most systems built before 2018.

Windows NT minimum hardware requirements
Windows version CPU RAM Free disk space
NT 3.1[73] i386, 25 MHz 12 MB 90 MB
NT 3.1 Advanced Server[73] 16 MB
NT 3.5 Workstation[74] 12 MB
NT 3.5 Server[74] 16 MB
NT 3.51 Workstation[74] 12 MB
NT 3.51 Server[74] 16 MB
NT 4.0 Workstation[75] i486, 25 MHz 12 MB 124 MB
NT 4.0 Server[75] 16 MB
2000 Professional[76] Pentium, 133 MHz 32 MB 650 MB
2000 Server[76] 128 MB
XP[77] Pentium, 233 MHz 64 MB 1.5 GB
Server 2003[78] 133 MHz 128 MB
Vista Home Basic[79] 800 MHz 512 MB 20 GB
Vista (other editions)[79] 1 GHz 1 GB 40 GB
7 for IA-32[80] 16 GB
7 for x64[80] 2 GB 20 GB
8 for IA-32[81] 1 GHz with NX bit, SSE2, PAE 1 GB 16 GB
8 for x64[81] 2 GB 20 GB
8.1 for IA-32[81] 1 GB 16 GB
8.1 for x64[81] 1 GHz with NX bit, SSE2, PAE, CMPXCHG16b, PrefetchW and LAHF/SAHF 2 GB 20 GB
10 for IA-32 (v1507-1809)[82] 1 GHz with NX bit, SSE2, PAE 1 GB 16 GB
10 for x64 (v1507-1809)[82] 1 GHz with NX bit, SSE2, PAE, CMPXCHG16b, PrefetchW and LAHF/SAHF 2 GB 20 GB
10 for IA-32 (v1903 and later)[82] 1 GHz with NX bit, SSE2, PAE 1 GB 32 GB
10 for x64 (v1903 and later)[82] 1 GHz with NX bit, SSE2, PAE, CMPXCHG16b, PrefetchW and LAHF/SAHF 2 GB
11 for x64[62][63] Intel 8th-Gen CPU or AMD Zen+-based CPU; Trusted Platform Module (TPM) 2.0 or equivalent crypto-processor[83]
POPCNT (a.k.a CPUs with SSE4.2 instruction set, released in 2008 or later) is required starting from version 24H2.[84]
4 GB 64 GB
11 for ARM64[62][63] Qualcomm Snapdragon 850, 7c, 8c, 8cx; Microsoft SQ1, SQ2

See also[edit]

Notes[edit]

  1. ^ For more information on how Microsoft licenses its products, see Microsoft Software Assurance, DreamSpark, DreamSpark Premium, BizSpark, MSDN § Software subscriptions, Microsoft TechNet § Subscriptions and downloads, and client access license.
  2. ^ Though Windows Vista support ended in 2017 and there was never a third Service Pack, the build number change occurs when the user opts to install KB4489887 update (released for Windows Server 2008 in 2019) on their system.

References[edit]

  1. ^ Lextrait, Vincent (January 2010). "The Programming Languages Beacon" (v10.0 ed.). Retrieved January 4, 2010.
  2. ^ "March 12, 2024—KB5035853 (OS Builds 22621.3296 and 22631.3296)". Microsoft Support. Microsoft.
  3. ^ "Releasing Windows 11 Builds 22621.3227 and 22631.3227 to the Release Preview Channel". Windows Insider Blog. February 15, 2024.
  4. ^ "March 12, 2024—KB5035853 (OS Builds 22621.3296 and 22631.3296)". Microsoft Support. Microsoft.
  5. ^ "Announcing Windows 11 Insider Preview Build 22635.3350 (Beta Channel)". Windows Insider Blog. March 13, 2024.
  6. ^ a b "Announcing Windows 11 Insider Preview Build 26080 (Canary and Dev Channels)". Windows Insider Blog. March 13, 2024.
  7. ^ a b "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.
  8. ^ "OperatingSystem.VersionString Property". MSDN. Microsoft. Retrieved November 10, 2014.
  9. ^ a b c 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.
  10. ^ "Microsoft Windows NT OS/2 Design Workbook". American history. Smithsonian. Retrieved March 17, 2017.
  11. ^ a b Thurrott, Paul (January 24, 2003). "Windows Server 2003: The Road To Gold". ITPro Today.
  12. ^ Gates, Bill (June 5, 1998). "Q&A: Protecting children from information on the Internet". Microsoft. Archived from the original on May 26, 2001. Retrieved June 26, 2005.
  13. ^ "Windows 2000 is a name that reflects NT's continued move to the technology mainstream". Microsoft. October 27, 1998. Retrieved November 13, 2011.
  14. ^ "Paul Thurrott's SuperSite for Windows". Win super site. Retrieved November 24, 2010.
  15. ^ "28 – OS/2 Compatibility", MS Windows NT 4 Workstation (resource kit), Microsoft, archived from the original on March 3, 2016, retrieved November 24, 2010
  16. ^ "POSIX and OS/2 are not supported in Windows XP or in Windows Server 2003". Support. Microsoft. November 5, 2007. Retrieved November 24, 2010.
  17. ^ "x64 editions deployment". Archived from the original on December 18, 2014. Retrieved November 24, 2010.
  18. ^ Barr, Adam (June 19, 2001). "Microsoft, TCP/IP, Open Source, and Licensing". Kuro5hin. Archived from the original on December 29, 2015. Retrieved February 22, 2013.
  19. ^ "Overview of FAT, HPFS, and NTFS File Systems". Microsoft Learn. Microsoft. September 23, 2021. Retrieved November 29, 2023.
  20. ^ "NT Drivers – FAQ – WDM". CMKrnl. Archived from the original on April 21, 2009.
  21. ^ Cutler, Dave (2005), "Preface", in Russinovich, Mark; Solomon, David A (eds.), Microsoft Windows Internals (fourth ed.), Microsoft Press, ISBN 0-7356-1917-4.
  22. ^ Pollack, Andrew (July 27, 1991). "Microsoft Widens Its Split With IBM Over Software". The New York Times. Retrieved September 2, 2008.
  23. ^ a b c Russinovich, Mark (November 30, 1998). "Windows NT and VMS: The Rest of the Story". IT Pro. Retrieved January 2, 2018.
  24. ^ Neil Rieck. "'Windows-NT' is 'VMS Reimplemented' (sort of)". Retrieved February 9, 2023.
  25. ^ Mohr, Jim (December 1, 1999). "Windows NT Basics". Supporting Windows NT and 2000 Workstation and Server. Prentice Hall. ISBN 978-0-13-083068-5. Retrieved November 29, 2023. The technique that Windows NT uses is called a 'microkernel' and was influenced by the Mach microkernel developed at Carnegie Mellon University.
  26. ^ Finnel, Lynn (2000). MCSE Exam 70-215, Microsoft Windows 2000 Server. Microsoft Press. Chapter 1: Introduction to Microsoft Windows 2000, pp. 7–18. ISBN 1-57231-903-8.
  27. ^ "Boot Sequence of Windows Multi-Boot - Multibooters.com". www.multibooters.com. Retrieved November 19, 2020.
  28. ^ "Windows NT System Overview". Microsoft Docs. Microsoft. February 20, 2014. Retrieved August 16, 2023.
  29. ^ Chen, Raymond (September 28, 2016). One Dev Question with Raymond Chen – What Programming Language is Windows Written In?. Microsoft Learn. Microsoft. Retrieved October 15, 2022.
  30. ^ a b c d e f g h "Operating System Version". Microsoft Docs. Microsoft. September 15, 2020. Retrieved August 7, 2021.
  31. ^ "Microsoft Releases Windows XP 64-Bit Edition Version 2003 to Manufacturing". Microsoft. March 2003. Retrieved January 14, 2008.
  32. ^ "Overview of Editions". Windows Server 2008. Microsoft. Archived from the original on May 15, 2009. Retrieved May 18, 2009.
  33. ^ "Build number changing to 6003 in Windows Server 2008". support.microsoft.com. Retrieved November 1, 2020.
  34. ^ LeBlanc, Brandon (February 4, 2009). "A closer look at the Windows 7 SKUs". Blogging Windows. Microsoft. Retrieved February 5, 2009.
  35. ^ Rothman, Wilson (June 2, 2009). "Windows 7 To Be Released October 22". Gizmodo. Retrieved June 6, 2009.
  36. ^ "Windows", Developer network, Microsoft
  37. ^ LeBlanc, Brandon (April 16, 2012). "Announcing the Windows 8 Editions". Blogging Windows. Microsoft. Retrieved April 17, 2012.
  38. ^ "Windows 8 will be available on…". Microsoft. July 18, 2012. Retrieved July 18, 2012.
  39. ^ "Windows server 8 named Windows server 2012", Windows valley, archived from the original on June 10, 2016, retrieved June 10, 2012.
  40. ^ "Windows Server 2012 Editions". Server cloud. Retrieved July 8, 2012.
  41. ^ Warren, Tom (August 24, 2013). "Windows 8.1 is ready for its October 17th release". The Verge. Vox Media.
  42. ^ a b Thurrott, Paul (November 22, 2014). "Microsoft Confirms that Windows 10 will also be Version 10 Internally". ITPro Today. Informa.
  43. ^ Pidgeon, Elana (August 10, 2017). "Microsoft announces Windows 10 Pro for Workstations". Microsoft 365 Blog. Retrieved December 24, 2018.
  44. ^ Prophet, Tony (May 13, 2015). "Introducing Windows 10 Editions". Microsoft.
  45. ^ Foley, Mary Jo (July 27, 2016). "Microsoft to add new Windows 10 Pro Education edition to its line-up". ZDNet. CBS Interactive.
  46. ^ Schnackenburg, Paul. "Windows Server 2022 Is Coming!". Virtualization Review. Retrieved June 18, 2021.
  47. ^ DeNisco Rayome, Alison (October 24, 2021). "Windows 11 release date: Here's when Microsoft's new OS comes out". CNET. Retrieved September 5, 2021.
  48. ^ 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
  49. ^ "Why 7?". Windows Team Blog. Microsoft. October 14, 2008. Archived from the original on April 15, 2012. Retrieved September 14, 2019.
  50. ^ "Operating System Version". Microsoft Developer Network. Microsoft. September 15, 2020. Retrieved November 24, 2020.
  51. ^ "Operating system version changes in Windows 8.1 and Windows Server 2012 R2". Microsoft Developer Network. Microsoft. May 31, 2018. Retrieved November 24, 2020.
  52. ^ "App (executable) manifest". Microsoft. July 11, 2018. Retrieved November 24, 2020.
  53. ^ "GetVersion function (sysinfoapi.h)". Microsoft. December 5, 2018. Retrieved November 24, 2020.
  54. ^ Lucovsky, Mark (August 9, 2000). "Windows: A Software Engineering Odyssey". Retrieved November 2, 2006.
  55. ^ "Intergraph Announces Port of Windows NT to SPARC Architecture". The Florida SunFlash. July 7, 1993.
  56. ^ "New ports of call for Windows NT". Personal Computer World. October 1993. p. 174.
  57. ^ Petreley, Nicholas (September 3, 1999). "Can Linux break Intel's hold on the market?". CNN.
  58. ^ Aaron Sakovich (2001). "Windows 2000?". The AlphaNT Source. Archived from the original on July 8, 2008. Retrieved January 1, 2007.
  59. ^ Warren, Tom (January 5, 2011). "Microsoft demonstrates early build of Windows 8". winrumors.com. Archived from the original on January 9, 2011.
  60. ^ Gandhi, Shaheen. "Xbox Team: The Xbox Operating System". Archived from the original on December 20, 2008.
  61. ^ "Xbox One Is "Literally a Windows Device"". Archived from the original on December 27, 2015. Retrieved April 18, 2020.
  62. ^ a b c "Windows 11 Specifications". microsoft.com. Archived from the original on June 25, 2021. Retrieved June 25, 2021.
  63. ^ a b c "Windows minimum hardware requirements". Microsoft Docs. September 2021. Retrieved August 18, 2023.
  64. ^ Thurott, Paul (December 15, 1999). "Road to Gold: A Look at the Development of Windows 2000". Retrieved January 2, 2018.
  65. ^ Chen, Raymond (August 2008). "Building on the Past". Windows Confidential. TechNet Magazine. Microsoft.
  66. ^ 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.
  67. ^ a b "Comparison of Windows Server 2003 Editions". Microsoft Learn. Microsoft. October 8, 2009. Retrieved November 29, 2023.
  68. ^ "Windows Server 2008 for Itanium-Based Systems Feature Support". Microsoft Learn. Microsoft. July 2, 2012. Retrieved November 29, 2023.
  69. ^ "Windows Server 2008 R2 for Itanium-Based Systems". Windows Server Editions. Microsoft. Retrieved October 14, 2011.
  70. ^ "Microsoft Windows XP 64-Bit Edition". Microsoft Learn. Microsoft. August 15, 2001. Retrieved November 29, 2023.
  71. ^ "A description of the x64-based versions of Windows Server 2003 and of Windows XP Professional x64 Edition". Microsoft Support Center. Microsoft. Archived from the original on October 17, 2011. Retrieved October 14, 2011.
  72. ^ "Windows 10 1709 Supported Qualcomm Processors". November 10, 2021.
  73. ^ a b "Recommended Hardware Configs. for Workstations and Servers". Microsoft. November 1, 2006. Archived from the original on February 27, 2013.
  74. ^ a b c d "Windows NT 3.5x Setup Troubleshooting Guide (MSKB 139733)". Microsoft. November 1, 2006. Archived from the original on June 22, 2014.
  75. ^ a b "Info: Windows NT 4.0 Setup Troubleshooting Guide". Microsoft. October 31, 2006. Archived from the original on March 20, 2014.
  76. ^ a b "System requirements for Microsoft Windows 2000 operating systems". Support. Microsoft. November 13, 2007. Archived from the original on May 30, 2014. Retrieved September 10, 2017.
  77. ^ "System requirements for Microsoft Windows XP operating systems". Support. Microsoft. September 14, 2007. Archived from the original on July 17, 2013. Retrieved August 10, 2017.
  78. ^ "Windows Server 2003, Standard Edition: System requirements". Microsoft. January 21, 2005. Retrieved November 29, 2023.
  79. ^ a b "System requirements for Microsoft Windows Vista". Support. Microsoft. November 13, 2007. Archived from the original on February 12, 2015. Retrieved September 10, 2017.
  80. ^ a b "Windows 7 system requirements". Support. Microsoft. Retrieved September 10, 2017.
  81. ^ a b c d "Windows 8 system requirements". Support. Microsoft. Retrieved September 10, 2017.
  82. ^ a b c d "Windows 10 Specifications & Systems Requirements". microsoft.com. Microsoft. Retrieved September 10, 2017.
  83. ^ Warren, Tom (August 27, 2021). "Microsoft won't stop you installing Windows 11 on older PCs". The Verge. Vox Media.
  84. ^ "Many PCs won't be able to run Windows 11 24H2 due to a new POPCNT requirement". Winaero. February 12, 2024.

External links[edit]