Fix entries in Global Descriptor Table (GDT)

This commit is contained in:
2023-02-01 20:24:55 +01:00
parent 21fbe6febe
commit e2813bcdaa
3 changed files with 30 additions and 33 deletions

View File

@@ -32,7 +32,7 @@ XTAPI
VOID
ArpSetGdtEntry(IN PKGDTENTRY Gdt,
IN USHORT Selector,
IN ULONGLONG Base,
IN ULONG_PTR Base,
IN ULONG Limit,
IN UCHAR Type,
IN UCHAR Dpl,