Hi
small update, I can now load file from the root directory, I rewrite almost all the code as it was at the beginning a modification of the FAT12 code.
The 2 block of color on the screen are the result of the DIR command, the white text is the debug text, without the debut the FAT is opening and reading the file in around 3s
FAT 32
Re: FAT 32
Give me anything with electronic and I will make it crash/bug
Re: FAT 32
Quick update, I can now create file in the root directory. I need to implement now the new cluster (sector in our case) allocation to look fore an unused/deleted sector in the FAT then link the freshly allocated cluster to the FAT list of the current file/folder. That will be needed to create a file/folder if all the directory entry are used on the directory we want to create the file in, and to just add data to a file.
Give me anything with electronic and I will make it crash/bug