VirtualBox

Changeset 22632 in vbox


Ignore:
Timestamp:
Sep 1, 2009 7:57:32 AM (15 years ago)
Author:
vboxsync
Message:

fixed wrong Linux host kernel version check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp

    r22618 r22632  
    281281                {
    282282                    uint32_t uLinuxVersion = (uA << 16) + (uB << 8) + uC;
    283                     if (uLinuxVersion >= (2 << 16) + (6 << 8) + 32)
     283                    if (uLinuxVersion >= (2 << 16) + (6 << 8) + 13)
    284284                        return VINF_SUCCESS;
    285285                }
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