Go to the source code of this file.
Data Structures | |
struct | attrib |
struct | bootsect |
struct | date |
struct | FAT12 |
struct | fat_time |
struct | FileEntry |
struct | logical_FAT12 |
struct | sector |
struct | SectorDir |
Defines | |
#define | FAT_PHYS_SIZE 9 |
#define | FAT_BOOT_SECTOR 0 |
#define | FAT_SECTOR_SIZE 512 |
#define | EOF_FAT12 0xFF8 |
#define | EOF_FAT16 0xFFF8 |
#define | EOF_FAT32 0xFFFFFF8 |
Typedefs | |
typedef bootsect | bootsect_t |
typedef FAT12 | FAT12_t |
typedef logical_FAT12 | logical_FAT12_t |
typedef sector | sector_t |
typedef FileEntry | FileEntry_t |
typedef date | date_t |
typedef fat_time | fat_time_t |
typedef attrib | attrib_t |
typedef SectorDir | SectorDir_t |
Functions | |
bool | Read_FAT () |
bool | load_file (char *stringa, byte *buffer) |
int | get_file_size (char *file_name) |
char * | pwd () |
void | ls () |
bool | cd (char *new_path) |
bool | cat (char *stringa) |
bool | rm (char *filename) |
Definition in file fat.h.