I uploaded my files to svn \project\fat32_new\ I don't want to overwrite the existing files since they where tested and work correctly. When these new files are ok, I'll overwrite the old ones. Read my notes in fat32_pata_hard_disk.jal
Sector reading should be faster then before now. There is a pata_hd_read_sector2() procedure. I actually made these files a few months ago but stopped working on them for a bit. In the older files, I had the hard disk go to each sector with start_read and do stop read at the end of the sector. Now if you read one sector, the drive is already at the next sector so there is no reason to do start_read() or stop_read(). If you have time, you can check the speed for me and compare to your other results. The stop_read procedure was quite slow before as well, so that was fixed. That would explain your slow sector read. Some of these files may actually be worse then before due to more procedures. I am trying to add better procedures before I remove the old ones. I think the two byte read procedures in pata_hard_disk and sd_card libs may become obsolete. Matt. -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
