VirtualBox

Ignore:
Timestamp:
Jul 3, 2022 11:50:07 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152108
Message:

ValKit/bs3-cpu-instr-3: Added comment on main(). bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-3.c32

    r95492 r95494  
    30223022
    30233023
     3024/**
     3025 * The 32-bit protected mode main function.
     3026 *
     3027 * The tests a driven by 32-bit test drivers, even for real-mode tests (though
     3028 * we'll switch between PE32 and RM for each test step we perform).  Given that
     3029 * we test MMX, SSE and AVX here, we don't need to worry about 286 or 8086.
     3030 *
     3031 * Some extra steps needs to be taken to properly handle extended state in LM64
     3032 * (use Bs3ExtCtxRestoreEx/Bs3ExtCtxSaveEx) and when testing real mode (look for
     3033 * BS3_MODE_RM above in the test drivers).
     3034 */
    30243035BS3_DECL(void) Main_pe32()
    30253036{
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