Chameleon

Chameleon Commit Details

Date:2010-08-18 05:04:09 (13 years 7 months ago)
Author:Azimutz
Commit:379
Parents: 378
Message:Moving gMacOSVersion into loadDrivers(), only function were it's used on drivers.c. Missed it when committing search algo.
Changes:
M/branches/azimutz/CleanCut/i386/boot2/drivers.c

File differences

branches/azimutz/CleanCut/i386/boot2/drivers.c
3939
4040
4141
42
43
4442
4543
4644
......
165163
166164
167165
166
168167
169168
170169
#include "xml.h"
#include "ramdisk.h"
extern char gMacOSVersion;
struct Module {
struct Module *nextModule;
long willLoad;
char dirSpecExtra[128];
const char *override_pathfolder = NULL; // full path to a folder.
intfd = 0, len = 0;
extern char gMacOSVersion;
if ( InitDriverSupport() != 0 )
return 0;

Archive Download the corresponding diff file

Revision: 379