Index: trunk/Chameleon.xcodeproj/project.pbxproj =================================================================== --- trunk/Chameleon.xcodeproj/project.pbxproj (revision 2186) +++ trunk/Chameleon.xcodeproj/project.pbxproj (revision 2187) @@ -91,6 +91,13 @@ 36AB75E814BD095E005B8045 /* PowerManagement.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PowerManagement.txt; path = OptionalSettings/PowerManagement.txt; sourceTree = ""; }; 36AB75E914BD095E005B8045 /* Resolution.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Resolution.txt; path = OptionalSettings/Resolution.txt; sourceTree = ""; }; 36AB75EA14BD095E005B8045 /* Video.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Video.txt; path = OptionalSettings/Video.txt; sourceTree = ""; }; + 36AE6E5716D644BC00D083A6 /* Cconfig */ = {isa = PBXFileReference; lastKnownFileType = text; name = Cconfig; path = KernelPatcher/Cconfig; sourceTree = ""; }; + 36AE6E5816D644BC00D083A6 /* KernelPatcher.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = KernelPatcher.dylib; path = KernelPatcher/KernelPatcher.dylib; sourceTree = ""; }; + 36AE6E5916D644BC00D083A6 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; name = Makefile; path = KernelPatcher/Makefile; sourceTree = ""; }; + 36AE6E5C16D644E800D083A6 /* FileNVRAM.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = FileNVRAM.h; path = FileNVRAM/include/FileNVRAM.h; sourceTree = ""; }; + 36AE6E5D16D644F300D083A6 /* Cconfig */ = {isa = PBXFileReference; lastKnownFileType = text; name = Cconfig; path = FileNVRAM/Cconfig; sourceTree = ""; }; + 36AE6E5E16D644F300D083A6 /* FileNVRAM.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = FileNVRAM.dylib; path = FileNVRAM/FileNVRAM.dylib; sourceTree = ""; }; + 36AE6E5F16D644F300D083A6 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; name = Makefile; path = FileNVRAM/Makefile; sourceTree = ""; }; 65ED53931204B83200B22507 /* disk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = disk.h; sourceTree = ""; }; 6DBAFD1313B0D21E0047ED33 /* modules_support.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = modules_support.s; sourceTree = ""; }; 6DBAFD1413B0D21E0047ED33 /* modules.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = modules.c; sourceTree = ""; }; @@ -1532,6 +1539,35 @@ path = Scripts.templates/Pre; sourceTree = ""; }; + 36AE6E5616D6449A00D083A6 /* KernelPatcher */ = { + isa = PBXGroup; + children = ( + 36AE6E5716D644BC00D083A6 /* Cconfig */, + 36AE6E5816D644BC00D083A6 /* KernelPatcher.dylib */, + 36AE6E5916D644BC00D083A6 /* Makefile */, + ); + name = KernelPatcher; + sourceTree = ""; + }; + 36AE6E5A16D644CB00D083A6 /* FileNVRAM */ = { + isa = PBXGroup; + children = ( + 36AE6E5D16D644F300D083A6 /* Cconfig */, + 36AE6E5E16D644F300D083A6 /* FileNVRAM.dylib */, + 36AE6E5B16D644DB00D083A6 /* include */, + 36AE6E5F16D644F300D083A6 /* Makefile */, + ); + name = FileNVRAM; + sourceTree = ""; + }; + 36AE6E5B16D644DB00D083A6 /* include */ = { + isa = PBXGroup; + children = ( + 36AE6E5C16D644E800D083A6 /* FileNVRAM.h */, + ); + name = include; + sourceTree = ""; + }; 36B43E8114BCE91300D29461 /* OptionalSettings */ = { isa = PBXGroup; children = ( @@ -2708,8 +2744,10 @@ children = ( AB4DDA8C15CEFF2100E77157 /* AcpiCodec */, A3561CAC1414024C00E9B51E /* Cconfig */, + 36AE6E5A16D644CB00D083A6 /* FileNVRAM */, A3561CAD1414024C00E9B51E /* HelloWorld */, A3561CB21414024C00E9B51E /* include */, + 36AE6E5616D6449A00D083A6 /* KernelPatcher */, A3561CB41414024C00E9B51E /* Keylayout */, A3561CB71414024D00E9B51E /* klibc */, A3561D011414024D00E9B51E /* Makefile */,