Changeset 55 for trunk/include/k


Ignore:
Timestamp:
Oct 11, 2013, 2:55:44 AM (12 years ago)
Author:
bird
Message:

Mach-O: Accept MH_KEXT_BUNDLE (untested for loading purposes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/k/kLdrFmts/mach-o.h

    r50 r55  
    145145#define MH_DYLIB_STUB       KU32_C(9) /**< Shared library stub for static linking. */
    146146#define MH_DSYM             KU32_C(10)/**< Debug symbols. */
     147#define MH_KEXT_BUNDLE      KU32_C(11)/**< Kernel extension (introduced with the AMD64 kernel). */
    147148
    148149/** @} */
Note: See TracChangeset for help on using the changeset viewer.