mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 20:22:05 +00:00
set the correct limits for the GDT Entry in KiInitializeTSS2
svn path=/trunk/; revision=25561
This commit is contained in:
parent
b598d64920
commit
88803f3676
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ KiInitializeTSS2(IN PKTSS Tss,
|
||||||
{
|
{
|
||||||
/* Set the Limit */
|
/* Set the Limit */
|
||||||
TssEntry->LimitLow = sizeof(KTSS) - 1;
|
TssEntry->LimitLow = sizeof(KTSS) - 1;
|
||||||
TssEntry->HighWord.Bits.LimitHi &= 0xF0;
|
TssEntry->HighWord.Bits.LimitHi = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Now clear the I/O Map */
|
/* Now clear the I/O Map */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue