VirtualBox

Ignore:
Timestamp:
Feb 12, 2021 9:00:51 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142796
Message:

bs2-test1: Increase the instruction count for the CPUID test.

Location:
trunk/src/VBox/ValidationKit/bootsectors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bootsector2-test1-template.mac

    r85120 r87744  
    124124
    125125        ; Do the test.
    126         mov     edi, TEST_INSTRUCTION_COUNT_IO / 4
     126        mov     edi, TEST_INSTRUCTION_COUNT_CPUID / 4
    127127.again:
    128128        mov     eax, 1
     
    142142
    143143        mov     xCX, .s_szTestName
    144         mov     edx, TEST_INSTRUCTION_COUNT_IO
     144        mov     edx, TEST_INSTRUCTION_COUNT_CPUID
    145145        mov     xAX, xSP
    146146        call    TMPL_NM_CMN(ReportResult)
  • trunk/src/VBox/ValidationKit/bootsectors/bootsector2-test1.asm

    r85120 r87744  
    3434;; The number of instructions to test.
    3535%define TEST_INSTRUCTION_COUNT_IO       2000000
     36
     37;; The number of CPUID instructions to test.
     38%define TEST_INSTRUCTION_COUNT_CPUID    8000000
    3639
    3740;; The number of RDTSC instructions to test.
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