VirtualBox

Ignore:
Timestamp:
Apr 18, 2016 7:26:35 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106685
Message:

bs3kit: far updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-pe16.asm

    r60539 r60556  
    5050extern Bs3TestInit_c64
    5151
     52BS3_BEGIN_RMTEXT16
     53EXTERN Bs3InitMemory_rm_far
     54
    5255BS3_BEGIN_TEXT16
    53 EXTERN Bs3InitMemory_rm
    54 
    5556%if 0
    5657EXTERN Main_pe16
     
    8687    ; We need to enter 16-bit protected mode before we can call Main_pe16.
    8788    ;
    88     call    NAME(Bs3InitMemory_rm)      ; Initialize the memory (must be done from real mode).
     89    call far NAME(Bs3InitMemory_rm_far) ; Initialize the memory (must be done from real mode).
    8990    call    Bs3Trap32Init
    9091    sub     xSP, 20h                    ; for 64-bit calls.
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