VirtualBox

Changeset 51000 in vbox


Ignore:
Timestamp:
Apr 8, 2014 2:29:01 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93186
Message:

BIOS: CMOS equipment byte must be read before running VGA POST.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/orgs.asm

    r50997 r51000  
    430430                mov     ds:[482h], bx   ; keyboard buffer end
    431431
     432                ;; store CMOS equipment byte in BDA
     433                mov     al, 14h
     434                out     CMOS_ADDR, al
     435                in      al, CMOS_DATA
     436                mov     ds:[410h], al
     437
    432438                push    ds
    433439                C_SETUP
     
    442448                call    _keyboard_init
    443449                pop     ds
    444 
    445 
    446                 ;; store CMOS equipment byte in BDA
    447                 mov     al, 14h
    448                 out     CMOS_ADDR, al
    449                 in      al, CMOS_DATA
    450                 mov     ds:[410h], al
    451450
    452451                ;; parallel setup
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette