Chameleon

Chameleon Commit Details

Date:2017-03-24 18:50:15 (7 years 1 month ago)
Author:ErmaC
Commit:2856
Parents: 2855
Message:Implement config.h, update xcodeproject, update Credits
Changes:
A/trunk/i386/boot2/config.h
M/trunk/CREDITS
M/trunk/Chameleon.xcodeproj/project.pbxproj

File differences

trunk/Chameleon.xcodeproj/project.pbxproj
261261
262262
263263
264
264265
265266
266267
......
31613162
31623163
31633164
3165
31643166
31653167
31663168
36EBBF3A1A5D704000E30561 /* text_scroll_prev.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = text_scroll_prev.png; sourceTree = "<group>"; };
36EBBF3B1A5D704000E30561 /* theme.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = theme.plist; sourceTree = "<group>"; };
36EBBF3C1A5D704000E30561 /* thumb.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = thumb.png; sourceTree = "<group>"; };
547C2FA41E8593810051CFCF /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
6DBAFD1313B0D21E0047ED33 /* modules_support.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = modules_support.s; sourceTree = "<group>"; };
6DBAFD1413B0D21E0047ED33 /* modules.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = modules.c; sourceTree = "<group>"; };
6DBAFD1513B0D21E0047ED33 /* modules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = modules.h; sourceTree = "<group>"; };
B0056CF711F3868000754B65 /* boot.h */,
B0056CF811F3868000754B65 /* boot2.s */,
B4189A0214BFBE9E00ED5B0B /* Cconfig */,
547C2FA41E8593810051CFCF /* config.h */,
B0056CF911F3868000754B65 /* drivers.c */,
B0056CFA11F3868000754B65 /* graphic_utils.c */,
B0056CFB11F3868000754B65 /* graphic_utils.h */,
trunk/i386/boot2/config.h
1
2
3
4
5
6
7
8
9
10
11
12
//
// config.h
// Chameleon
//
// Created by ErmaC on 20/06/16.
//
//
#ifndef config_h
#define config_h
#endif /* config_h */
trunk/CREDITS
33
44
55
6
6
77
88
99
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:
---------

Archive Download the corresponding diff file

Revision: 2856