VirtualBox

Ignore:
Timestamp:
Mar 8, 2016 7:50:19 AM (9 years ago)
Author:
vboxsync
Message:

bs3kit: v8086 code reduction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPP32.asm

    r59287 r59950  
    4545%ifdef TMPL_PP32
    4646        ret
     47
     48%elif BS3_MODE_IS_V86(TMPL_MODE)
     49        ;
     50        ; V8086 - Switch to 16-bit ring-0 and call worker for that mode.
     51        ;
     52        extern  BS3_CMN_NM(Bs3SwitchToRing0)
     53        call    BS3_CMN_NM(Bs3SwitchToRing0)
     54        extern %[BS3_MODE_R0_NM_ %+ TMPL_MODE](Bs3SwitchToPP32)
     55        jmp    %[BS3_MODE_R0_NM_ %+ TMPL_MODE](Bs3SwitchToPP32)
    4756
    4857%else
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