Select Page

The first version of Windows NT, originally released in July 1993, was a line of operating systems produced by Microsoft. It was a completely new operating system built to work with 32-bit CPUs and Windows 3.1 programs. Windows NT introduced several innovative features, including preemptive multitasking, virtual memory support, and support for many processor architectures.

Windows NT is the foundation of all of the Microsoft Windows operating systems today. This includes all versions of Windows Servers, Windows 10 and 11 workstations.

About NT

When Microsoft released the first version of Windows NT, the company’s marketing and public relations campaign heavily emphasised the NT in the operating system’s name. NT stood for “New Technology”, although Microsoft never confirmed it. Even today, some people believe that the NT relates to “Networks”. Microsoft promoted NT as a cutting-edge OS that included all the features users expected in an OS for workstations and small to midsized servers. Although NT was a new OS in 1993, with a new API (i.e., Win32) and new user and systems-management tools, the roots of NT’s core architecture and implementation extend back to the mid-1970s.

However, many people didn’t realise this at the time, and they merely considered NT to be another version of Windows. Many users still don’t fully understand what Microsoft did when it created NT.

Windows NT (sometimes referred to just as NT) is a proprietary operating system designed for use on servers and workstations. Windows NT was the first fully 32-bit version of Windows and was initially intended to be used solely as a server OS. However, due to its robustness and flexibility, Windows NT eventually became suitable for use on desktop computers as well.

Dave Cutler

Windows NT’s history is closely connected to David Cutler, NT’s project chief architect. After graduating from Michigan’s Olivet College in 1965, Cutler worked for DuPont. Although computers weren’t his first interest, he ran simulations on Digital machines as part of his job at DuPont. Before long, Cutler was knowledgeable about software and decided he wanted to develop OSs rather than application software. He joined Digital in 1971 and worked at Digital’s famous “Mill” facility in Maynard, Massachusetts, developing OSs for the PDP-11 family. RSX-11M is the first OS in which Cutler incorporated major concepts and design principles that later surfaced in NT. RSX-11M is a PDP-11 OS Digital developed for industrial and manufacturing control.

In 1975, Digital realised that its competitors were developing 32-bit processors and that this technology would lure customers away from PDP’s 16-bit architecture. Gordon Bell, a legendary figure in computer history and then vice president of engineering for Digital, drove the development of the 32-bit processor, which Digital eventually named VAX. By this time, a star within Digital, Cutler was part of the initial VAX development team. Digital had charged Cutler, along with Dick Hustvedt and Peter Lipman, with designing VAX’s OS, VMS. Digital’s primary design goals for VAX hardware included backward compatibility with PDP-11 processors and enough flexibility that VAX could be the basis for low-end desktop workstations and enterprise-level servers. Digital also made VMS backward compatible with RSX-11M and designed VMS to run on different size machines. Digital states in its company history that it was “betting the business” on VAX and VMS during this development period. In an eerie echo of Digital’s statement, Bill Gates claimed that Microsoft was “betting the business” on NT 5.0.

In 1977, Digital announced VAX-11/780 and VMS 1.0, making the first product shipments in 1978. As the project leader and one of VMS’s leading architects, Cutler continued work on successive releases of VMS, but he became restless at Digital. In 1981, Cutler threatened to leave Digital. Digital gave Cutler about 200 hardware and software engineers to retain its star developer. Cutler moved his group to Seattle and started a development centre. This elite group’s goal was to design a new CPU architecture and OS that would lead Digital into the 1990s. Digital called the Cutler group’s hardware project Prism and its OS Mica.

In 1988, Digital executives cancelled Cutler’s project and laid off many of its group members. Cutler decided to leave Digital, but before he could do so, Microsoft executives learned of the development and realised they had an ideal opportunity to hire Cutler. When Cutler left Digital, the release of VMS was version 5.0 (today’s OpenVMS version is 8.4).

In August 1988, Bill Gates hired Cutler. One of Cutler’s conditions for moving to Microsoft was that he could bring around 20 former Digital employees with him, including several Prism hardware engineers. Microsoft readily met this demand­. The company knew hiring an OS architect of Cutler’s stature was a coup, and few engineers had Cutler’s track record. In addition, Gates felt that Microsoft’s long-term future depended on developing a new OS that would rival UNIX.

Microsoft’s internal project name for the new OS was OS/2 NT because Microsoft intended to succeed OS/2 yet retain the OS/2 API as its primary interface. The success of Windows 3.0 in April of 1990 altered Microsoft’s thinking and its relationship with IBM. Six weeks after Microsoft released Windows 3.0, Microsoft renamed OS/2 NT as Windows NT and designated the Win32 API (a 32-bit evolution of Windows 3.0’s 16-bit API) NT’s official API. Gates decided that compatibility with the 16-bit Windows API and the ability to run Windows 3.x applications unmodified were NT’s essential goals, in addition to supporting portions of the DOS, OS/2, and POSIX APIs. From 1990 to NT’s public release in August 1993, Cutler’s team was in wild energy to complete NT, and the project grew to involve more than 200 engineers and testers.

Timeline of the significant events in the history of NT.

NT and VMS

Most of NT’s core designers had worked on and with VMS at Digital; some had worked directly with Cutler. How could these developers prevent their VMS design decisions from affecting their design and implementation of NT? Many users believe that NT’s developers carried concepts from VMS to NT, but most don’t know how similar NT and VMS are at the kernel level (despite the joke that if you increment each letter in VMS, you end up with WNT, ­Windows NT).

As in UNIX and most commercial OSs, NT has two execution modes. In user mode, applications execute, and OS/2, DOS, and POSIX execute and export APIs for applications to use. These components are unprivileged because NT controls them and the hardware they run on. Without NT’s permission, these components cannot directly access hardware. In addition, the components and hardware cannot access each other’s memory space, nor can they access the memory associated with NT’s kernel. The components in user mode must call on the kernel if they want to access hardware or allocate physical or logical resources.

Windows NT execution modes comparison.

The kernel runs in a privileged mode, which means it has direct access to memory and hardware. The kernel consists of several Executive subsystems, which are responsible for managing resources, including the Process Manager, the I/O Manager, the Virtual Memory Manager, the Security Reference Monitor, and a microkernel that handles scheduling and interrupts. The system dynamically loads device drivers, which are kernel components that interface NT to different peripheral devices. The hardware abstraction layer (HAL) hides the specific intricacies of an underlying CPU and motherboard from NT. NT’s native API is the API that user-mode applications use to speak to the kernel. This native API is mostly undocumented because applications are supposed to speak Win32, DOS, OS/2, POSIX, or Win16, and these respective OS environments interact with the kernel on the application’s behalf.

VMS doesn’t have different OS personalities as NT does, but its kernel and Executive subsystems are clear predecessors to NT’s. Developers from Digital wrote the VMS kernel almost entirely in VAX assembly language. Microsoft developers wrote NT’s kernel almost entirely in C to be portable across different CPU architectures. In developing NT, these designers rewrote VMS in C, cleaning up, tuning, tweaking, and adding new functionality and capabilities. This statement is in danger of trivialising their efforts; after all, the designers built a new API (i.e., Win32), a new file system (i.e., NTFS), and a new graphical interface subsystem and administrative environment while maintaining backward compatibility with DOS, OS/2, POSIX, and Win16. Nevertheless, the migration of VMS internals to NT was so thorough that Digital engineers noticed the striking similarities within a few weeks of NT’s release.

VMS TermNT Translation
Interrupt Priority Level (IPL)Interrupt Request Level (IRQL)
Asynchronous System Trap (AST)Asynchronous Procedure Call (APC)
Fork ProcedureDeferred Procedure Call (DPC)
I/O Request Packet (IRP)I/O Request Packet (IRP)
Bug CheckBug Check
System ServiceSystem Service
sys.exentoskrnl.exe
Paged PoolPaged Pool
Nonpaged PoolNonpaged Pool
Look aside ListLook aside List
SectionSection
VMS and NT Terminology Translations

Those similarities could fill a book. In fact, you can read sections of VAX/VMS Internals and Data Structures (Digital Press) as an accurate description of NT internals simply by translating VMS terms into NT terms. The table above lists a few VMS terms and their NT translations.

For further information about NT’s architecture, see Windows NT Architecture, Part 1 and Part 2.

VMSNT
Process scheduler implements 32 priority levels split into halvesProcess scheduler implements 32 priority levels divided into halves
Process scheduler never lowers a process’ priority below the priority level the application programmedProcess scheduler never lowers a process’ priority below the priority level the application programmed
Uses boosting to handle CPU hoggingUses boosting to handle CPU hogging
Supports SMPSupports SMP
Digital introduces kernel threads in VMS 7.0NT 3.1 uses kernel threads
Relies heavily on memory-mapped filesRelies heavily on memory-mapped files
Uses demand-paged virtual memory for physical memory managementUses demand-paged virtual memory for physical memory management
Uses working sets with a clock-based replacement algorithmUses working sets with a clock-based replacement algorithm
Balance Set Manager uses swapping to handle the system’s memory demandsBalance Set Manager doesn’t use swapping
Supports a layered-driver model throughout the device driver stacksSupports a layered-driver model throughout the device driver stacks
Implements asynchronous packet-based I/O commandsImplements asynchronous packet-based I/O commands
Represents resources as objects managed by an Object ManagerRepresents resources as objects managed by an Object Manager
Security subsystem based on objects with access control lists (ACLs)Security subsystem based on objects with ACLs
MONITORPerformance Monitor
BACKUPNT Backup
Significant VMS and NT Similarities

NT’s processes are virtually the same as VMS’s processes. In NT, as in VMS, the process scheduler implements 32 priority levels. The process with the highest priority is always running, and processes with equal priority are scheduled in a round-robin pattern. The system considers the 16 high-priority levels real-time or fixed priorities because the process scheduler doesn’t manipulate priority in processes the system assigns to that range. The 16 low-priority levels (except 0, which the system reserves for the idle thread that executes when nothing else can) are dynamic because the scheduler, often with the input of device drivers, bumps priorities up in reaction to various conditions, such as when the process receives input from a device. This bumping procedure is called boosting. A defining aspect of the NT and VMS schedulers is that they never lower a process’ priority below the priority level the application programmed. To handle CPU hogging, in which a process burns CPU cycles without regard to other processes in the system, the scheduler boosts the priority of starved processes that haven’t been executed for a defined period. Both VMS 5.0 and NT 3.1 schedulers support symmetric multiprocessing (SMP), which let them execute processes simultaneously on different CPUs in order to increase applications’ performance.

A significant difference between NT process management and VMS process management is that NT processes contain one or more threads of execution, and NT’s scheduler gives CPU time to threads, not processes. Digital didn’t introduce kernel threads into VMS until version 7.0 in 1995. This addition is one of several enhancements Digital has made to VMS since NT’s release that appears to be in response to NT capabilities. In turn, Microsoft added lightweight user-mode threads support to NT 4.0 in 1996, copied from the VMS implementation of threads.

The memory managers in NT and VMS are also similar. Both OSs implement virtual memory address maps that the system splits between the currently executing application and the kernel. Both NT and VMS rely heavily on memory-mapped files, especially for mapping the code for executing applications and implementing copy-on-write functionality (because of VAX hardware limitations, VMS provides less efficient copy on-demand functionality). Physical memory management in NT and VMS relies on demand-paged virtual memory. VMS’s memory manager assigns each process upper and lower limits (called working sets) for the amount of physical memory the system can assign them. This feature organises applications so that an application with heavy memory demands minimally affects other processes. NT’s memory manager incorporates working sets and many subtleties of the VMS working-set tuning algorithms.

As with the process manager, notable differences exist between NT’s and VMS’s memory manager. VMS’s Balance Set Manager moves entire processes’ memory footprints out of memory to paging files and back to memory in response to the overall memory demands of the system. Microsoft did not carry this mechanism into NT’s Balance Set Manager, known as swapping. However, some of NT’s Balance Set Manager’s secondary responsibilities are the same as the secondary responsibilities of VMS’s Balance Set Manager.

NT’s I/O Manager is closely based on VMS’s I/O Manager. Both OS’s I/O Manager support a layered-driver model throughout the device driver stacks for different device types and implements asynchronous packet-based I/O commands, and its device drivers dynamically load and unload. Stackable and loadable drivers make NT and VMS very extensible. Either OS can divide functionality among several device drivers, with each driver implementing a different abstraction level. For example, the system can insert a fault-tolerant disk driver between a file system driver and a disk driver. This configuration lets the fault-tolerant disk driver receive a request the system sends to one logical drive (e.g., the C drive), then send the request to multiple physical drives to implement mirroring or striping. Asynchronous I/O enables applications and the kernel subsystems to initiate device requests and work while the requests are in progress, rather than wait idly for the requests to complete. NT’s device driver architecture and interrupt-request priority scheme are based on VMS. Descriptions of these aspects of the I/O Manager apply to both OSs with slight variation.

The Executive subsystems exhibit the most significant resemblance between VMS and NT. But many minor similarities exist in which it is clear that Microsoft derived NT’s capabilities from VMS. For example, both NT and VMS represent resources as objects that the system manages through an Object Manager, which implements uniform reference counting and accounting. The Object Manager regulates resource allocation and calls the Executive subsystem functions that request notification of certain object operations. VMS object management is not formalised like in NT, and the VMS Object Manager is just a loose connection of functions. Microsoft extended NT’s Object Manager so that it provides a uniform naming model for all kernel resources.

NT’s security subsystem is based on objects with discretionary access control lists. DACLs determine which users can perform various operations on those objects. Digital added a DACL enhancement to VMS’s security model in version 4.0 in 1984. Therefore, VMS’s security implementation is the predecessor to NT’s. Microsoft even included systems tools similar to VMS’s in NT, including the Performance Monitor, which is based on MONITOR, the extensible VMS performance monitor. VMS had a utility called BACKUP long before Microsoft developed NT’s backup utility.

“Why the Fastest Chip Didn’t Win” (Business Week, April 28, 1997) stated that when Digital engineers noticed the similarities between VMS and NT, they brought their observations to senior management. Rather than suing, Digital cut a deal with Microsoft. In the summer of 1995, Digital announced Affinity for OpenVMS. This program required Microsoft to help train Digital NT technicians, help promote NT and OpenVMS as two pieces of a three-tiered client/server networking solution, and promise to maintain NT support for the Alpha processor. Microsoft also paid Digital between 65 million and 100 million dollars.

The Evolution of NT and VMS

Although Microsoft presents NT as a homegrown OS, NT is actually much older than its official 1993 birthdate. NT contains architectural and design influences from another company’s flagship OS. Interestingly, throughout the 1990s, Digital introduced many NT features to VMS, and Microsoft has added VMS developments to NT. For example, VMS featured native clustering support in 1984, and 64-bit memory and system APIs in 1996. Microsoft did not introduce clustering support to NT until later ­and only on a limited scale ­and several years might pass before Microsoft released 64-bit NT. Reciprocally, Microsoft released NT’s first version with support for kernel-mode threads, system-wide event logging, and a configuration database called the Registry. VMS introduced kernel-mode threads in VMS 7.0 in 1995, and VMS 7.2 will include NT-style event logging and a Registry.

Conclusion

While Windows NT and VMS may share some similarities, they are distinct operating systems that serve different purposes. Windows NT is a modern and robust operating system that incorporates many features pioneered by other OSs, including VMS. However, Windows NT remains the premier desktop OS for businesses and power users, while VMS is vastly used by financial institutions because of its stability and security justifications. Ultimately, Windows NT and VMS are both powerful platforms that have revolutionized the world of computing.

References

WayBack Machine: Windows NT and VMS: The Rest of the Story, Mark Russinovich.

Windows NT and VMS: The Rest of the Story, Mark Russinovich.

The engineer’s engineer: Computer industry luminaries salute Dave Cutler’s five-decade-long quest for quality, Richard Eckel.

Showstopper! The Breakneck Race to Create Windows NT and the Next Generation at Microsoft, G. Pascal Zachary.

Computer History Museum.

Wikipedia.

Under The Hood

Written by Lucas

30 April 2022

Nulla porttitor accumsan tincidunt. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Proin eget tortor risus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla porttitor accumsan tincidunt. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Donec sollicitudin molestie malesuada. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.

Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla porttitor accumsan tincidunt. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Nulla quis lorem ut libero malesuada feugiat. Curabitur aliquet quam id dui posuere blandit. Vivamus suscipit tortor eget felis porttitor volutpat. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

Nulla porttitor accumsan tincidunt. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Proin eget tortor risus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla porttitor accumsan tincidunt. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Donec sollicitudin molestie malesuada. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.

Donec sollicitudin molestie malesuada. Vestibulum ac diam sit amet quam vehicula

Cras ultricies ligula sed magna dictum porta. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Pellentesque in ipsum id orci porta dapibus. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit ame

Divi Meetup 2019, San Francisco

Related Articles

Installing SCCM Client Remotely Using PowerShell

In this post, we will learn how to remotely set up the SCCM client using some PowerShell commands. There are many ways to deploy the configuration manager client as shown by Microsoft and also there are many reasons for reinstalling the client. One of the main reasons...

Configuration Manager Console Tips

A bunch of tips that I use to facilitate my work. This post is often modified, so come back to see new suggestions. Resetting Configuration Manager Console Settings Running this command will reset all Configuration Manager console settings to its default. The...

Stay Up to Date With The Latest News & Updates

Access Premium Content

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque

Join Our Newsletter

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque

Follow Us

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque