Changeset 3b44f153 in rtems
- Timestamp:
- 07/02/03 14:08:43 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c125425
- Parents:
- d27efcd
- Location:
- cpukit/libfs/src/dosfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libfs/src/dosfs/fat.c
rd27efcd r3b44f153 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
rd27efcd r3b44f153 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.