This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ntifs.h> | |
#include <stdint.h> | |
/* | |
Even though you can simply copy from kvm, linux kernels, etc.., it's better to copy them yourself as they change, plus who wants | |
to rely on another project for updates? | |
made using: This document contains all four volumes of the Intel 64 and IA-32 Architectures Software | |
Developer's Manual: Basic Architecture, Order Number 253665; Instruction Set Reference A-Z, Order | |
Number 325383; System Programming Guide, Order Number 325384; Model-Specific Registers, Order |