Documentation ¶
Index ¶
- Constants
- type DiskImage
- func (i *DiskImage) FreeSectors() int
- func (image *DiskImage) GetFileContents(f floppymount.File) ([]byte, error)
- func (i *DiskImage) GetFiles() ([]floppymount.File, error)
- func (i *DiskImage) GetSector(a floppymount.SectorAddress) ([]byte, error)
- func (i *DiskImage) OnAdd(ctx context.Context)
- func (i *DiskImage) String() string
- func (i *DiskImage) Tracks() int
Constants ¶
View Source
const ( FILE_STATUS_NOT_ACTIVE = 0x00 FANA = 0x00 FILE_STATUS_SEQUENTIAL_READ = 0x01 FASR = 0x01 FILE_STATUS_SEQUENTIAL_WRITE = 0x02 FASW = 0x02 FILE_STATUS_RANDOM_ACCESS = 0x03 FARA = 0x03 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiskImage ¶
func (*DiskImage) FreeSectors ¶
func (*DiskImage) GetFileContents ¶
func (image *DiskImage) GetFileContents(f floppymount.File) ([]byte, error)
func (*DiskImage) GetSector ¶
func (i *DiskImage) GetSector(a floppymount.SectorAddress) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.