VirtualBox

Changeset 5287 in vbox for trunk/include


Ignore:
Timestamp:
Oct 14, 2007 5:30:14 PM (17 years ago)
Author:
vboxsync
Message:

2 more cpuid leaves for the centaur part. letting 0xc0000002 thru unmodified (but static).

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vm.h

    r5285 r5287  
    357357#endif
    358358#ifdef VBOX_WITH_HYBIRD_32BIT_KERNEL
    359         char        padding[3606];                                  /* multiple of 32 */
     359        char        padding[3638];                                  /* multiple of 32 */
    360360#else
    361         char        padding[HC_ARCH_BITS == 32 ? 3456 : 3584];      /* multiple of 32 */
     361        char        padding[HC_ARCH_BITS == 32 ? 3488 : 3616];      /* multiple of 32 */
    362362#endif
    363363    } cpum;
  • trunk/include/VBox/vm.mac

    r5285 r5287  
    7979    alignb 32
    8080%ifdef VBOX_WITH_HYBIRD_32BIT_KERNEL
    81     .cpum                 resb 3106
     81    .cpum                 resb 3138
    8282%elif HC_ARCH_BITS == 32
    83     .cpum                 resb 3456
     83    .cpum                 resb 3488
    8484%else
    85     .cpum                 resb 3584
     85    .cpum                 resb 3616
    8686%endif
    8787    .vmm                  resb 1024
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