- Set the limit of the user mode code/data segment back to 4GB.

svn path=/trunk/; revision=13102
This commit is contained in:
Hartmut Birr 2005-01-17 21:29:43 +00:00
parent 3dd9f51ff6
commit d259b9f2fc

View file

@ -40,13 +40,8 @@ USHORT KiBootGdt[11 * 4] =
0x0, 0x0, 0x0, 0x0, /* Null */
0xffff, 0x0, 0x9a00, 0xcf, /* Kernel CS */
0xffff, 0x0, 0x9200, 0xcf, /* Kernel DS */
#ifdef __3GB__
0xffff, 0x0, 0xfa00, 0xcb, /* User CS */
0xffff, 0x0, 0xf200, 0xcb, /* User DS */
#else
0xffff, 0x0, 0xfa00, 0xc7, /* User CS */
0xffff, 0x0, 0xf200, 0xc7, /* User DS */
#endif
0xffff, 0x0, 0xfa00, 0xcf, /* User CS */
0xffff, 0x0, 0xf200, 0xcf, /* User DS */
0x0, 0x0, 0x0, 0x0, /* TSS */
0x0fff, 0x0000, 0x9200, 0xff00, /* PCR */
0x0fff, 0x0, 0xf200, 0x0, /* TEB */