VirtualBox

Ignore:
Timestamp:
Apr 22, 2016 3:57:22 PM (9 years ago)
Author:
vboxsync
Message:

bs3kit: updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-A20Disable.asm

    r60527 r60657  
    4040BS3_PROC_BEGIN_CMN Bs3A20Disable, BS3_PBC_HYBRID_0_ARGS
    4141        ; Must call both because they may be ORed together on real HW.
    42         BS3_ONLY_64BIT_STMT sub     rsp, 20h
     42BONLY64 sub     rsp, 20h
    4343        call    BS3_CMN_NM(Bs3A20DisableViaKbd)
    4444        call    BS3_CMN_NM(Bs3A20DisableViaPortA)
    45         BS3_ONLY_64BIT_STMT add     rsp, 20h
     45BONLY64 add     rsp, 20h
    4646        BS3_HYBRID_RET
    4747BS3_PROC_END_CMN   Bs3A20Disable
     
    8080        pushf
    8181        cli
    82         BS3_ONLY_64BIT_STMT sub     rsp, 20h
     82BONLY64 sub     rsp, 20h
    8383
    8484        call    Bs3KbdWait
     
    9797        call    Bs3KbdWait
    9898
    99         BS3_ONLY_64BIT_STMT add     rsp, 20h
     99BONLY64 add     rsp, 20h
    100100        popf
    101101        pop     xAX
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