On Tue, Aug 11, 2009 at 9:46 PM, Andrew Dennison<[email protected]> wrote: > On Sun, Aug 9, 2009 at 12:30 AM, champ yen<[email protected]> wrote: >> Hello Andrew: >> The commented part is removed from original 0.8.1 code base. The fat >> infomation is getting by lines before the "Build FAT mount data". I >> modified the fatfs implementation just for fun. Therefore, further testing >> is required. To clean the unnecessary code may be needed. I just provides >> the code for those who want to add FAT32 support for their implementation. >> If you want to commit it to SVN, some works must be done first. I'm willing >> to do it, but it takes some time. Since I do not have much spare time now. > > Hi Champ Yen, > > I've had a look at this in more detail and most of the changes are > safe to commit as they only affect FAT32. I just need to check through > the changes in vfsops more carefully.
Hi Champ, I've just committed fat32 support to git, see: http://github.com/AndrewD/prex/tree/master All looks ok but I made some changes to fat_read_bpb() that are only compile tested. Is there anyone currently using fat filesystems that can test? Note that this filesystem currently doesn't support big endian systems. Andrew ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Prex-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/prex-devel
