Search the web
Sign In
New User? Sign Up
fat32dev · FAT32.IFS development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
New file uploaded to fat32dev   Message List  
Reply | Forward Message #673 of 674 |
Re: New file uploaded to fat32dev

Hi,

--- In fat32dev@yahoogroups.com, "KO Myung-Hun" <komh@...> wrote:
>
> Hi/2.
>
> This is a GA version of FAT32 v0.9.13.
>
> And there are the following changes since v0.9.12.
>
> -----
> - Fixed the problem that a program trying to READ/WRITE from/to memory
> object
> with OBJ_ANY attribute is crashed. But READ/WRITE performance is
> decreased.
> Reported by dixie.

I looked at the 0.9.13 code. May I suggest the following for
FS_READ/FS_WRITE:
keep my code, create an additional 64 k local buffer (FS_READ/FS_WRITE
never pass user buffer > 64k, because they cannot) then read into that
local buffer and use memcpy to copy to final user buffer (FS_READ, and
vice versa for FS_WRITE).
That will at least keep the performance gain to read/write as many
adjacent clusters as possible. Memcpy performance is considerably
faster then calling FSH_DOVOLIO individually for each cluster.

The problem is: FSH_DOVOLIO does not allow to work from/to buffer
allocated via OBJ_ANY (for whatever reason). But memcpy does.


Lars





Fri Jan 9, 2009 10:49 am

barf1234de
Offline Offline
Send Email Send Email

Forward
Message #673 of 674 |
Expand Messages Author Sort by Date

Hi/2. ... It's up to you. I think packaging and distributing of FAT32 driver is your right. I just provide binaries and additional files for Korean with you to...
KO Myung-Hun
lvzuufx
Offline Send Email
Dec 9, 2008
11:57 am

Hi, ... I looked at the 0.9.13 code. May I suggest the following for FS_READ/FS_WRITE: keep my code, create an additional 64 k local buffer (FS_READ/FS_WRITE ...
barf1234de
Offline Send Email
Jan 9, 2009
10:49 am

Hi/2. No problem. I think you'd better provide the patches implementing what you said and the binaries with us in order to check the stability....
KO Myung-Hun
lvzuufx
Offline Send Email
Jan 13, 2009
4:20 pm

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the fat32dev group. File :...
fat32dev@yahoogroups....
Send Email
Dec 7, 2008
6:04 pm
 First  |  |  Next > Last 
< Prev Topic  |  Next Topic >
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help