VirtualBox

Changeset 50971 in vbox


Ignore:
Timestamp:
Apr 4, 2014 4:44:19 PM (11 years ago)
Author:
vboxsync
Message:

iprt/x86.h: Minimum TSS descriptor limit value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r50765 r50971  
    32933293
    32943294
     3295/** @name Task Descriptors.
     3296 * @{
     3297 */
     3298
     3299/**
     3300 * The minimum TSS descriptor limit for 286 tasks.
     3301 */
     3302#define X86_SEL_TYPE_SYS_286_TSS_LIMIT      0x2c
     3303
     3304/**
     3305 * The minimum TSS descriptor segment limit for 386 tasks.
     3306 */
     3307#define X86_SEL_TYPE_SYS_386_TSS_LIMIT      0x67
     3308
     3309/** @} */
     3310
     3311
    32953312/**
    32963313 * x86 Exceptions/Faults/Traps.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette