VirtualBox

Ignore:
Timestamp:
Jun 7, 2016 4:38:07 PM (9 years ago)
Author:
vboxsync
Message:

updates

File:
1 copied

Legend:

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

    r61539 r61547  
    11; $Id$
    22;; @file
    3 ; BS3Kit - First Object, calling 32-bit protected mode main() after full init.
     3; BS3Kit - First Object, calling 32-bit paged protected mode main() after full init.
    44;
    55
     
    3333
    3434extern NAME(Bs3InitAll_rm)
    35 extern NAME(Bs3SwitchToPE32_rm)
     35extern NAME(Bs3SwitchToPP32_rm)
    3636
    3737;; Entry point.
     
    5151        ; Switch to 32-bit protected mode and call main.
    5252        ;
    53         call    NAME(Bs3SwitchToPE32_rm)
     53        call    NAME(Bs3SwitchToPP32_rm)
    5454        BS3_SET_BITS 32
    55         call    _Main_pe32
    56 extern _Main_pe32
     55        call    _Main_pp32
     56extern _Main_pp32
    5757BS3_EXTERN_CMN Bs3Shutdown
    5858        call    Bs3Shutdown
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