Add GDT, IDT and TSS related structures

This commit is contained in:
2023-01-07 13:33:16 +01:00
parent cdef64d1e6
commit f74ba62f24
5 changed files with 176 additions and 0 deletions

View File

@@ -14,6 +14,9 @@
#include <xttypes.h>
/* Interrupt Request Level (IRQL) */
typedef UCHAR KIRQL, *PKIRQL;
/* 128-bit buffer containing a unique identifier value */
typedef struct _GUID
{