Changeset 97423 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Nov 6, 2022 2:41:17 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154428
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapHandlersData.asm
r96407 r97423 43 43 44 44 BS3_BEGIN_DATA16 45 BS3_SET_BITS ARCH_BITS ; Override the 16-bit mode that BS3_BEGIN_DATA16 implies so we get a correct xCB value. 46 45 47 ;; Pointer C trap handlers. 46 48 ;; Note! The 16-bit ones are all near so we can share them between real, v86 and prot mode. 47 49 ;; Note! Must be in 16-bit data because of BS3TrapSetHandlerEx. 48 50 BS3_GLOBAL_NAME_EX BS3_CMN_NM(g_apfnBs3TrapHandlers), , 256 * xCB 49 resb 256 * xCB51 resb (256 * xCB) 50 52
Note:
See TracChangeset
for help on using the changeset viewer.