Retro Rocket Kernel
BASIC-Powered Operating System
fat32_t Struct Reference

FAT32 filesystem information, used internally by the driver. This is a higher level version of FSINFO. More...

#include <fat32.h>

+ Collaboration diagram for fat32_t:

Data Fields

char device_name [16]
 
uint8_t partitionid
 
char * volume_name
 
uint64_t start
 
uint64_t length
 
uint32_t rootdircluster
 
uint16_t reservedsectors
 
uint32_t fsinfocluster
 
uint8_t numberoffats
 
uint32_t fatsize
 
uint32_t clustersize
 
fat32_fs_info_tinfo
 

Detailed Description

FAT32 filesystem information, used internally by the driver. This is a higher level version of FSINFO.

Field Documentation

◆ clustersize

uint32_t fat32_t::clustersize

◆ device_name

char fat32_t::device_name[16]

◆ fatsize

uint32_t fat32_t::fatsize

◆ fsinfocluster

uint32_t fat32_t::fsinfocluster

◆ info

fat32_fs_info_t* fat32_t::info

◆ length

uint64_t fat32_t::length

◆ numberoffats

uint8_t fat32_t::numberoffats

◆ partitionid

uint8_t fat32_t::partitionid

◆ reservedsectors

uint16_t fat32_t::reservedsectors

◆ rootdircluster

uint32_t fat32_t::rootdircluster

◆ start

uint64_t fat32_t::start

◆ volume_name

char* fat32_t::volume_name