Changeset 86ca3f83 in rtems
- Timestamp:
- 07/02/03 13:55:40 (20 years ago)
- Children:
- d9c2dce0
- Parents:
- fb6d373
- Location:
- cpukit/libfs/src/dosfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libfs/src/dosfs/fat.c
rfb6d373 r86ca3f83 275 275 276 276 /* 277 * According to M$ White Paper "bytes per cluster" value 278 * greater than 32K is invalid 277 * "bytes per cluster" value greater than 32K is invalid 279 278 */ 280 279 if ((vol->bpc = vol->bps << vol->spc_log2) > MS_BYTES_PER_CLUSTER_LIMIT) -
cpukit/libfs/src/dosfs/fat.h
rfb6d373 r86ca3f83 167 167 * Description of the volume the FAT filesystem is located on - generally 168 168 * the fields of the structure corresponde to Boot Sector and BPB Srtucture 169 * (see M$ White Paper)fields169 * fields 170 170 */ 171 171 typedef struct fat_vol_s
Note: See TracChangeset
for help on using the changeset viewer.