|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <miniOS/fs/vfs.h>

Go to the source code of this file.
Classes | |
| struct | __attribute__ |
Functions | |
| void | fat32_init (void) |
| void fat32_init | ( | void | ) |
fat32_init() - Register the FAT32 filesystem type with the VFS registry.
After this call, vfs_mount_fstype("fat32", source, target, data) can be used to mount any FAT32 partition by passing a vfs_mount_data_t as @data. fat32_init() does NOT mount anything itself; it only registers the type. Call once during kernel startup, before the first FAT32 mount.

