Windows Vista: Kernel Changes

Windows Vista is coming and will be here sooner than some might think. By now you have probably seen the graphical changes coming in Vista with the new Aero and Aero Glass user interfaces (and the associated hardware needed to support them) and heard all about the new user account controls in Vista that are designed to make the operating system more secure.

But what about the “under-the-hood” changes in the Vista kernel? Lots of exciting changes in Windows Vista kernel are being made in the areas of performance, scalability, reliability, and security.

Early in the week, Mark Russinovich and David Solomon presented a talk on some of the new kernel features, including:

  • CPU Utilization Improvements
  • Multimedia streaming improvements
  • Resource Quotas
  • New Synchronization APIs
  • Symbolic File Links
  • I/O Completion Port, Scalability, Cancellation, and Prioritization Improvements
  • User Mode Driver Framework (UMDF)
  • SuperFetchTM
  • ReadyBoost
  • ReadyDrive
  • Boot Configuration Database (BCD)
  • Session 0 Isolation
  • Interactive Logon Architecture
  • Delayed Autostart services
  • Clean Service Shutdown and Shutdown Ordering
  • Reliable Sleep Transitions
  • Kernel Transaction Manager
  • Volume Shadow Copy
  • Windows Error Reporting
  • BitLockerTM Drive Encryption
  • Code Integrity Verification
  • Protected Processes
  • Address Space Load Randomization (ASLR)
  • Service Security Improvements
  • User Account Controls

Windows Server “Longhorn” will be a superset of the changes being made in Vista. Many of the changes made in “Longhorn” will be merged back in to Vista with Vista Service Pack 1. So right off the bat, we have the beginnings of the first service pack and the operating system hasn't even shipped.

For more information:

Kernel Enhancements for Windows Vista and Windows Server "Longhorn"

http://www.microsoft.com/whdc/system/vista/kernel-en.mspx

MSDN Vista developer resources

http://msdn.microsoft.com/windowsvista/

Driver developer resources

This article is part of the GWB Archives. Original Author: Scott Dorman

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.