Changeset 60556 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-pe16.asm
- Timestamp:
- Apr 18, 2016 7:26:35 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106685
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-pe16.asm
r60539 r60556 50 50 extern Bs3TestInit_c64 51 51 52 BS3_BEGIN_RMTEXT16 53 EXTERN Bs3InitMemory_rm_far 54 52 55 BS3_BEGIN_TEXT16 53 EXTERN Bs3InitMemory_rm54 55 56 %if 0 56 57 EXTERN Main_pe16 … … 86 87 ; We need to enter 16-bit protected mode before we can call Main_pe16. 87 88 ; 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). 89 90 call Bs3Trap32Init 90 91 sub xSP, 20h ; for 64-bit calls.
Note:
See TracChangeset
for help on using the changeset viewer.