Question about FAT12
Posted: Tue Jan 03, 2006 12:00 am
Hello,
i have a big problem with my FAT12 driver ... For example: If I try to load a file ( File1.bmp -> 5KB ) everything works fine ... but if I try to load more files ( File1.bmp -> 5KB , File2.bmp -> 250 KB , File3.bmp -> 2kB ,... ) the Fat12 driver couldn't finde the next cluster from any File ...
File1.bmp: Loading is well done.
File2.bmp: The drive loads only the first sektors, then it couldn't finde the next cluster and give me the code for file is ending ( 0x0fff -> 4096 ), but it isn't so .. only the first area from the file was loaded into the memory ...
I hope somebody can help me with this problem ... or somebody know the problem and can solve it ...
Thanks
stafe
i have a big problem with my FAT12 driver ... For example: If I try to load a file ( File1.bmp -> 5KB ) everything works fine ... but if I try to load more files ( File1.bmp -> 5KB , File2.bmp -> 250 KB , File3.bmp -> 2kB ,... ) the Fat12 driver couldn't finde the next cluster from any File ...
File1.bmp: Loading is well done.
File2.bmp: The drive loads only the first sektors, then it couldn't finde the next cluster and give me the code for file is ending ( 0x0fff -> 4096 ), but it isn't so .. only the first area from the file was loaded into the memory ...
I hope somebody can help me with this problem ... or somebody know the problem and can solve it ...
Thanks
stafe