View Single Post
  #71 (permalink)  
Old 01-10-2007, 01:10 PM
MadManX's Avatar
MadManX
PPCGeeks Regular
Offline
Location: Maricopa, AZ
 
Join Date: Dec 2006
Posts: 73
Reputation: 15
MadManX is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to MadManX
Forgot this...

Custom AKU 2.2 Alltel Beta 1.0:
Code:
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"FriendlyName"="FAT FileSystem"
"Dll"="fatfsd.dll"
"Paging"=dword:00000001
"EnableCache"=dword:00000001
"CacheSize"=dword:00000000
"Util"="fatutil.dll"
"CacheDll"="diskcache.dll"
"Flags"=dword:00000044
Custom AKU 2.2 Sprint Beta 2.0:
Code:
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"EnableCacheWarm"=dword:00000001
"EnableWriteBack"=dword:00000001
"FriendlyName"="FAT FileSystem"
"Dll"="fatfsd.dll"
"Paging"=dword:00000001
"EnableCache"=dword:00000001
"CacheSize"=dword:00001000
"Util"="fatutil.dll"
"CacheDll"="diskcache.dll"
"Flags"=dword:00000068
Diffrence:
New "EnableCacheWarm"=dword:00000001
New "EnableWriteBack"=dword:00000001

"Flags"=dword:00000044 changed to "Flags"=dword:00000068

BTW:
HEX 44 = 68
HEX 68 = 104

-MadManX
Reply With Quote