Unify KGDTENTRY and KIDTENTRY between architectures as much as possible
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user