Going Deep : Windows Internals

If you are curious to know the working of windows , and writing software with multithreading ,concurrency , or kernel-mode drivers, or want to see how windows stacks up to linux in the funda's you need to check out these series of video explanations from Channel 9 .from the people on the Windows kernel team, and the show's called "Going Deep". Some of the videos 's include :
Inside File System Filter, Part I - Neal Christiansen
Inside File System Filter, Part II - Neal Christiansen
Windows, Part I - Dave Probert
Windows, Part II - Dave Probert
Windows, Part III - Dave Probert
Windows, Part IV - Dave Probert
Windows, NT Cache Manager - Part I - Molly Brown
Windows, NT Cache Manager - Part II - Molly Brown
The IO Manager and Driver Model, Part I - Nar Ganapathy
The IO Manager and Driver Model, Part II - Nar Ganapathy
NT Object Manager - Adrian Marinescu
Windows Memory Manager - Landy Wang
Singularity: A research OS written in C#
Rob Short (&co) - Windows Vista's kernel architecture
Even Linux users could learn from this series, I think. For example as Thomas Drakengren quoted : "have you ever heard of a Windows user who had to recompile the Windows kernel to install a program? ;-) " then head to these links now !

 
Back
Top