Chameleon

Chameleon Commit Details

Date:2010-07-26 00:17:06 (13 years 9 months ago)
Author:Evan Lojewski
Commit:249
Parents: 248
Message:Removed fat32 / fat16 and replaced with fat
Changes:
D/branches/zef/artwork/themes/default/device_fat32.png
D/branches/zef/artwork/themes/default/device_fat16.png
A/branches/zef/artwork/themes/default/device_fat.png
M/branches/zef/i386/boot2/gui.c

File differences

branches/zef/i386/boot2/gui.c
4949
5050
5151
52
53
5254
5355
5456
......
9698
9799
98100
101
102
99103
100104
101105
......
305309
306310
307311
308
309
310
311
312
313
314
315
316
317
312318
313319
314320
iDeviceHFSRAID_o,
iDeviceEXT3,
iDeviceEXT3_o,
iDeviceFAT,
iDeviceFAT_o,
iDeviceFAT16,
iDeviceFAT16_o,
iDeviceFAT32,
{.name = "device_hfsraid_o", .image = NULL},
{.name = "device_ext3", .image = NULL},
{.name = "device_ext3_o", .image = NULL},
{.name = "device_fat", .image = NULL},
{.name = "device_fat_o", .image = NULL},
{.name = "device_fat16", .image = NULL},
{.name = "device_fat16_o", .image = NULL},
{.name = "device_fat32", .image = NULL},
LOADPNG(device_hfsraid_o, iDeviceHFSRAID);
LOADPNG(device_ext3, iDeviceGeneric);
LOADPNG(device_ext3_o, iDeviceEXT3);
LOADPNG(device_fat16, iDeviceGeneric);
LOADPNG(device_fat16_o, iDeviceFAT16);
LOADPNG(device_fat32, iDeviceGeneric);
LOADPNG(device_fat32_o, iDeviceFAT32);
LOADPNG(device_fat, iDeviceGeneric);
LOADPNG(device_fat_o, iDeviceFAT);
LOADPNG(device_fat16, iDeviceFAT);
LOADPNG(device_fat16_o, iDeviceFAT_o);
LOADPNG(device_fat32, iDeviceFAT);
LOADPNG(device_fat32_o, iDeviceFAT_o);
LOADPNG(device_ntfs, iDeviceGeneric);
LOADPNG(device_ntfs_o, iDeviceNTFS);
LOADPNG(device_cdrom, iDeviceGeneric);

Archive Download the corresponding diff file

Revision: 249