VirtualBox

Changeset 92725 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 2, 2021 11:47:32 PM (3 years ago)
Author:
vboxsync
Message:

ValKit/bootsectors: Corrected BS2_SEL_MMIO16 and BS2_SEL_MMIO16_BASE to 0xdf000. Missed this when moving the VMMDevTesting MMIO page in r148398. Corrected address in Bs3Gdte_R0_MMIO16 comment. bugref:9044

Location:
trunk/src/VBox/ValidationKit/bootsectors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-init-code.mac

    r82968 r92725  
    679679        dw  00000h, 00000h, 00000h, 00000h      ; Unused
    680680%define BS2_SEL_MMIO16                          50h
    681 %define BS2_SEL_MMIO16_BASE                     0100000h
    682         dw  0ffffh, 00000h, 09310h, 00000h      ; 16-bit VMMDev MMIO segment with base 0100000h.
     681%define BS2_SEL_MMIO16_BASE                     00df000h
     682        dw  0ffffh, 0f000h, 0930dh, 00000h      ; 16-bit VMMDev MMIO segment with base 0df000h.
    683683        dw  00000h, 00000h, 00000h, 00000h      ; Unused
    684684%define BS2_SEL_LDT                             60h ; LDT usage requires manual LLDT and setting up.
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-system-data.asm

    r92523 r92725  
    189189        dw  09f00h, 00000h
    190190BS3_GLOBAL_DATA Bs3Gdte_R0_MMIO16, 8            ; Entry 0f8h
    191         dw  0ffffh, 0f000h, 0930dh, 00000h      ; 16-bit VMMDev MMIO segment with base 0100000h.
     191        dw  0ffffh, 0f000h, 0930dh, 00000h      ; 16-bit VMMDev MMIO segment with base 0df000h.
    192192BS3GdtAssertOffset 0100h
    193193
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