Changeset 50971 in vbox
- Timestamp:
- Apr 4, 2014 4:44:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r50765 r50971 3293 3293 3294 3294 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 3295 3312 /** 3296 3313 * x86 Exceptions/Faults/Traps.
Note:
See TracChangeset
for help on using the changeset viewer.