WKern
|
Go to the source code of this file.
Functions | |
void | Fat16Ls () |
List files in the FAT16 root directory. |
void Fat16Ls | ( | void | ) |
List files in the FAT16 root directory.
Lists files in the FAT16 root directory.
Reads the root directory sectors of the FAT16 filesystem and prints the file names, their starting cluster numbers, and file sizes.
It handles:
Output format per file: File: [filename].[ext] | Cluster: [cluster] | Size: [size in bytes]