Chameleon

View L_E_patch.txt

1diff --git a/i386/boot2/drivers.c b/i386/boot2/drivers.c
2index 2030215..5aa737f 100644
3--- a/i386/boot2/drivers.c
4+++ b/i386/boot2/drivers.c
5@@ -243,6 +243,11 @@ long LoadDrivers( char * dirSpec )
6 }
7 else
8 {
9+if (gMacOSVersion[3] == '9') {
10+strcpy(gExtensionsSpec, dirSpec);
11+strcat(gExtensionsSpec, "Library/");
12+FileLoadDrivers(gExtensionsSpec, 0);
13+}
14 strcpy(gExtensionsSpec, dirSpec);
15 strcat(gExtensionsSpec, "System/Library/");
16 FileLoadDrivers(gExtensionsSpec, 0);
17

Archive Download this file

Attachment to issue 352

Created: 10 years 6 months ago by zenith432