Changeset 60216 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h
- Timestamp:
- Mar 28, 2016 12:07:23 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h
r60211 r60216 1845 1845 * This is usually because it wasn't created with CPL=0. */ 1846 1846 #define BS3REG_CTX_F_NO_CR UINT8_C(0x01) 1847 /** The context doesn't have valid values for AMD64 GPR extensions. */ 1848 #define BS3REG_CTX_F_NO_AMD64 UINT8_C(0x02) 1847 1849 /** @} */ 1848 1850
Note:
See TracChangeset
for help on using the changeset viewer.