Unify KGDTENTRY and KIDTENTRY between architectures as much as possible
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-01-25 17:35:03 +01:00
parent 3ee759cc27
commit bfc9db8b6d
3 changed files with 40 additions and 49 deletions

View File

@@ -155,7 +155,7 @@ typedef struct _KGDTENTRY
} Bytes;
struct
{
ULONG BaseMid:8;
ULONG BaseMiddle:8;
ULONG Type:5;
ULONG Dpl:2;
ULONG Present:1;
@@ -166,7 +166,7 @@ typedef struct _KGDTENTRY
ULONG Granularity:1;
ULONG BaseHigh:8;
} Bits;
} HighWord;
};
} KGDTENTRY, *PKGDTENTRY;
/* Interrupt Descriptor Table (IDT) entry structure definition */