miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
fat32.h File Reference
#include <miniOS/fs/vfs.h>
Include dependency graph for fat32.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  __attribute__

Functions

void fat32_init (void)

Function Documentation

◆ fat32_init()

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.

Here is the call graph for this function:
Here is the caller graph for this function: