Add fixes for multiple sectors per cluster

This commit is contained in:
Byron Lathi
2023-12-08 23:11:52 -08:00
parent 5259fa8e65
commit 0aca4af272
5 changed files with 39 additions and 14 deletions

View File

@@ -12,6 +12,8 @@ int main(void) {
size_t nbytes;
fat32_init();
cprintf("log2 sectors per cluster: %x\n", log2_sectors_per_cluster);
/* This is what is going to be part of open */
fd = fat32_file_open("VERYLA~1TXT");
cprintf("fd: %x\n", fd);