You must login to view /gokrazy/tools/src/commit/ab669011325737dc654a82ce14d60c5476688dfc.
The GitHub option should be usable for most people, it only links via username.

Files
internal/fat/doc.go
2017-07-14 03:14:28 +02:00

12 lines
469 B
Go

// Package fat implements writing FAT16B file system images, which is
// useful when generating images for embedded devices such as the
// Raspberry Pi. With regards to reading, getting file offsets and
// lengths is implemented.
//
// The resulting images use a cluster size of 4 sectors and a sector
// size of 512 bytes, i.e. their size is limited to about 127 MB.
//
// Filenames are restricted to 8 characters + 3 characters for the
// file extension.
package fat