Retro Rocket Kernel
BASIC-Powered Operating System
fat32_fs_info_t Struct Reference

FAT32 FSINFO structure. More...

#include <fat32.h>

+ Collaboration diagram for fat32_fs_info_t:

Data Fields

uint32_t signature1
 
char reserved1 [480]
 
uint32_t structsig
 
uint32_t freecount
 
uint32_t nextfree
 
char reserved2 [12]
 
uint32_t trailsig
 

Detailed Description

FAT32 FSINFO structure.

Field Documentation

◆ freecount

uint32_t fat32_fs_info_t::freecount

◆ nextfree

uint32_t fat32_fs_info_t::nextfree

◆ reserved1

char fat32_fs_info_t::reserved1[480]

◆ reserved2

char fat32_fs_info_t::reserved2[12]

◆ signature1

uint32_t fat32_fs_info_t::signature1

◆ structsig

uint32_t fat32_fs_info_t::structsig

◆ trailsig

uint32_t fat32_fs_info_t::trailsig