Changeset 92523 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Nov 20, 2021 11:35:37 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148398
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-system-data.asm
r82968 r92523 189 189 dw 09f00h, 00000h 190 190 BS3_GLOBAL_DATA Bs3Gdte_R0_MMIO16, 8 ; Entry 0f8h 191 dw 0ffffh, 0 0000h, 09310h, 00000h ; 16-bit VMMDev MMIO segment with base 0100000h.191 dw 0ffffh, 0f000h, 0930dh, 00000h ; 16-bit VMMDev MMIO segment with base 0100000h. 192 192 BS3GdtAssertOffset 0100h 193 193 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h
r92262 r92523 348 348 #define BS3_SEL_X0TEXT16_CS 0x00e8 /**< Conforming code selector for accessing the BS3X0TEXT16 segment. Runtime config. */ 349 349 #define BS3_SEL_X1TEXT16_CS 0x00f0 /**< Conforming code selector for accessing the BS3X1TEXT16 segment. Runtime config. */ 350 #define BS3_SEL_VMMDEV_MMIO16 0x00f8 /**< Selector for accessing the VMMDev MMIO segment at 0 100000h from 16-bit code. */350 #define BS3_SEL_VMMDEV_MMIO16 0x00f8 /**< Selector for accessing the VMMDev MMIO segment at 00df000h from 16-bit code. */ 351 351 352 352 /** Checks if @a uSel is in the BS3_SEL_RX_XXX range. */
Note:
See TracChangeset
for help on using the changeset viewer.