master
Raw Download raw file

date: “2016-12-01” draft: false title: “Windows Kernel”


Windows Kernel

Need URL or page number: Typically, the kernel is responsible for: Process and task management, Memory management, and Device management.

Types of Windows Drivers

[MSDN: Types of Windows Drivers]

Kernel VM Paging - http:/pages.cs.wisc.edu/~remzi/OSTEP/vm-paging.pdf Kernel Reference https://msdn.microsoft.com/en-us/library/ee482973.aspx Kernel Functions https://msdn.microsoft.com/en-us/library/ee482951.aspx [MSDN: Types of Windows Drivers]: https://msdn.microsoft.com/en-us/library/windows/hardware/ff564864(v=vs.85).aspx [Understanding User and Kernel Mode]: https://blog.codinghorror.com/understanding-user-and-kernel-mode/ [MSDN: User and Kernel Mode]: https://msdn.microsoft.com/en-us/library/windows/hardware/ff554836(v=vs.85).aspx