Changeset 95494 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Jul 3, 2022 11:50:07 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152108
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-3.c32
r95492 r95494 3022 3022 3023 3023 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 */ 3024 3035 BS3_DECL(void) Main_pe32() 3025 3036 {
Note:
See TracChangeset
for help on using the changeset viewer.