Index: trunk/Chameleon.xcodeproj/project.pbxproj =================================================================== --- trunk/Chameleon.xcodeproj/project.pbxproj (revision 2855) +++ trunk/Chameleon.xcodeproj/project.pbxproj (revision 2856) @@ -261,6 +261,7 @@ 36EBBF3A1A5D704000E30561 /* text_scroll_prev.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = text_scroll_prev.png; sourceTree = ""; }; 36EBBF3B1A5D704000E30561 /* theme.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = theme.plist; sourceTree = ""; }; 36EBBF3C1A5D704000E30561 /* thumb.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = thumb.png; sourceTree = ""; }; + 547C2FA41E8593810051CFCF /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.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 = ""; }; 6DBAFD1513B0D21E0047ED33 /* modules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = modules.h; sourceTree = ""; }; @@ -3161,6 +3162,7 @@ B0056CF711F3868000754B65 /* boot.h */, B0056CF811F3868000754B65 /* boot2.s */, B4189A0214BFBE9E00ED5B0B /* Cconfig */, + 547C2FA41E8593810051CFCF /* config.h */, B0056CF911F3868000754B65 /* drivers.c */, B0056CFA11F3868000754B65 /* graphic_utils.c */, B0056CFB11F3868000754B65 /* graphic_utils.h */, Index: trunk/i386/boot2/config.h =================================================================== --- trunk/i386/boot2/config.h (revision 0) +++ trunk/i386/boot2/config.h (revision 2856) @@ -0,0 +1,12 @@ +// +// config.h +// Chameleon +// +// Created by ErmaC on 20/06/16. +// +// + +#ifndef config_h +#define config_h + +#endif /* config_h */ Property changes on: trunk/i386/boot2/config.h ___________________________________________________________________ Added: svn:executable + * Index: trunk/CREDITS =================================================================== --- trunk/CREDITS (revision 2855) +++ trunk/CREDITS (revision 2856) @@ -3,7 +3,7 @@ Developers: ---------- -zef, Turbo, dfe, netkas, mackerintel, mercurysquad, fassl, Kabyl, Crazor, Dense, kaitek, iNDi, munky, DHP, JrCs, asereBLN, rekursor, mozodojo, meklort, AnV, valv, AzimutZ, Slice, cosmo1t, cparm, Conti, ErmaC, Zenith432, Bronya +zef, Turbo, dfe, netkas, mackerintel, mercurysquad, fassl, Kabyl, Crazor, Dense, kaitek, iNDi, munky, DHP, JrCs, asereBLN, rekursor, mozodojo, meklort, AnV, valv, AzimutZ, Slice, cosmo1t, cparm, Conti, ErmaC, Zenith432, Bronya, Micky1979 Thanks to: ---------