Look through files without trying too hard
This commit is contained in:
@@ -6,6 +6,6 @@ void fat32_init(void);
|
||||
int main(void) {
|
||||
struct fat32_directory_entry dentry;
|
||||
fat32_init();
|
||||
fat32_get_cluster_by_name("KERNEL O65", &dentry);
|
||||
fat32_get_cluster_by_name("TEST TXT", &dentry);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user