Changeset 87744 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Feb 12, 2021 9:00:51 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142796
- Location:
- trunk/src/VBox/ValidationKit/bootsectors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-test1-template.mac
r85120 r87744 124 124 125 125 ; Do the test. 126 mov edi, TEST_INSTRUCTION_COUNT_ IO/ 4126 mov edi, TEST_INSTRUCTION_COUNT_CPUID / 4 127 127 .again: 128 128 mov eax, 1 … … 142 142 143 143 mov xCX, .s_szTestName 144 mov edx, TEST_INSTRUCTION_COUNT_ IO144 mov edx, TEST_INSTRUCTION_COUNT_CPUID 145 145 mov xAX, xSP 146 146 call TMPL_NM_CMN(ReportResult) -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-test1.asm
r85120 r87744 34 34 ;; The number of instructions to test. 35 35 %define TEST_INSTRUCTION_COUNT_IO 2000000 36 37 ;; The number of CPUID instructions to test. 38 %define TEST_INSTRUCTION_COUNT_CPUID 8000000 36 39 37 40 ;; The number of RDTSC instructions to test.
Note:
See TracChangeset
for help on using the changeset viewer.