VirtualBox

Changeset 93828 in vbox


Ignore:
Timestamp:
Feb 17, 2022 1:26:05 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150029
Message:

VGABIOS: Set DS correctly before calling into C POST code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/BIOS/vgarom.asm

    r83002 r93828  
    6969vgabios_entry_point:
    7070
     71  jmp vgabios_init
     72
     73        org     1Eh
     74
     75        db      'IBM',0
     76
     77vgabios_init:
     78;; We have to set ds to access the right data segment
     79  push  cs
     80  pop   ds
     81  cld
    7182  jmp _vgabios_init_func
    72 
    73         org     1Eh
    74 
    75         db      'IBM',0
    7683
    7784;;
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