VirtualBox

Changeset 679 in vbox for trunk


Ignore:
Timestamp:
Feb 6, 2007 4:28:38 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18316
Message:

WIN32 / WIN64.

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/HostDrivers/Support/SUPDRV.h

    r387 r679  
    118118 * to actually be much lower. The values here have been determined experimentally.
    119119 */
    120 #ifdef __WIN32__
     120#ifdef __X86__
    121121# define MAX_LOCK_MEM_SIZE   (32*1024*1024) /* 32mb */
    122122#endif
    123 #ifdef __WIN64__
     123#ifdef __AMD64__
    124124# define MAX_LOCK_MEM_SIZE   (24*1024*1024) /* 24mb */
    125125#endif
  • TabularUnified trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c

    r418 r679  
    27252725        static uint8_t au8Ints[] =
    27262726        {
    2727 #ifdef __WIN32__ /* We don't use 0xef and above because they are system stuff on linux (ef is IPI,
     2727#ifdef __WIN__  /* We don't use 0xef and above because they are system stuff on linux (ef is IPI,
    27282728                  * local apic timer, or some other frequently fireing thing). */
    27292729            0xef, 0xee, 0xed, 0xec,
     
    29622962    *u.pb++ = 0xc0;
    29632963
    2964 #ifdef __WIN32__
     2964#ifdef __WIN__
    29652965    *u.pb++ = 0xb8;                     //  mov     eax, KernelFS
    29662966    *u.pu32++ = ASMGetFS();
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