dm_webd Posted November 7, 2006 Share Posted November 7, 2006 I've been a little busy lately, so I haven't had much time to work on Natit, but now I've finally made a new version. This one uses matching via the plist instead of iterating. All properties added to the registry is configurable via the plist (look for dictionary entriesToAdd): Supported types is: string: will be converted to null terminated string and stored as OSData object. number: will be converted 32 bit unsigned integer and stored as OSData object. data: will be stored as is (you need plist editor to enter values as raw data). This way you can experiment with adding properties you get from ioreg dumps (as far as I can tell, all values are stored as data objects). To add EDID values like in the new Titan kext, add the properties @0,EDID and @1,EDID as data using the plist editor. Other than these improvements this doesn't add anything new. Now that this rewrite is done, I'll go on to exploring the possibility of autodetecting values. Please report back with any experiences with this new kext, and findings from experimenting with new values and properties. Natit.zip Natit.kext.zip Link to comment Share on other sites More sharing options...
bofors Posted November 7, 2006 Share Posted November 7, 2006 Awesome, thank you very much! Link to comment Share on other sites More sharing options...
Guest Kal Posted November 7, 2006 Share Posted November 7, 2006 Would this work if someone just replaced the kext from the older installer? Link to comment Share on other sites More sharing options...
james2mart Posted November 7, 2006 Share Posted November 7, 2006 Yes. (methinks). Link to comment Share on other sites More sharing options...
Recommended Posts