GitOS
Operating system exercise
|
#include <fat16.h>
Data Fields | |
uint8_t | filename [8] |
uint8_t | ext [3] |
uint8_t | attribute |
uint8_t | reserved |
uint8_t | creation_time_tenths_of_a_sec |
uint16_t | creation_time |
uint16_t | creation_date |
uint16_t | last_access |
uint16_t | high_16bits_first_cluster |
uint16_t | last_mod_time |
uint16_t | last_mod_date |
uint16_t | low_16bits_first_cluster |
uint32_t | filesize |
uint8_t attribute |
uint16_t creation_date |
uint16_t creation_time |
uint8_t creation_time_tenths_of_a_sec |
uint8_t ext[3] |
uint8_t filename[8] |
uint32_t filesize |
uint16_t high_16bits_first_cluster |
uint16_t last_access |
uint16_t last_mod_date |
uint16_t last_mod_time |
uint16_t low_16bits_first_cluster |
uint8_t reserved |