VLSI Solution Oy VS1103 VLSI Solution Karaoke, MIDI and ADPCM Player Source Code Documentation

Main Page | Class List | File List | Class Members | File Members | Related Pages

DiskBlock::Fat::Extensions::Fat16Specific Struct Reference

FAT12/16 specific extensions to Bios Parameter Block. More...

#include <buffer.h>

List of all members.

Public Attributes

byte BS_DrvNum
 DOS INT13 Drive Number (0x80=HD).
byte BS_Reserved1
 For WINNT; Format to 0.
byte BS_BootSig
 0x29 if next 3 fields are present
byte BS_VolID [4]
 Volume ID (usually format datetime).
byte BS_VolLab [11]
 Volume Label.
byte BS_FilSysType [8]
 Decorative name of fs, eg "FAT16 ".


Detailed Description

FAT12/16 specific extensions to Bios Parameter Block.

Definition at line 77 of file buffer.h.


Member Data Documentation

byte DiskBlock::Fat::Extensions::Fat16Specific::BS_BootSig
 

0x29 if next 3 fields are present

Definition at line 80 of file buffer.h.

byte DiskBlock::Fat::Extensions::Fat16Specific::BS_DrvNum
 

DOS INT13 Drive Number (0x80=HD).

Definition at line 78 of file buffer.h.

byte DiskBlock::Fat::Extensions::Fat16Specific::BS_FilSysType[8]
 

Decorative name of fs, eg "FAT16 ".

Definition at line 83 of file buffer.h.

Referenced by FatInitGlobals().

byte DiskBlock::Fat::Extensions::Fat16Specific::BS_Reserved1
 

For WINNT; Format to 0.

Definition at line 79 of file buffer.h.

byte DiskBlock::Fat::Extensions::Fat16Specific::BS_VolID[4]
 

Volume ID (usually format datetime).

Definition at line 81 of file buffer.h.

byte DiskBlock::Fat::Extensions::Fat16Specific::BS_VolLab[11]
 

Volume Label.

Definition at line 82 of file buffer.h.

Referenced by FatInitGlobals().


The documentation for this struct was generated from the following file:
All software copyright 2000-2004 VLSI Solution OY. Redistribution of these software modules is limited to VLSI Solution Oy chip promotional use only. Free or commercial use of these software modules in MP3 players is ok if the product includes chip(s) from VLSI. You can request the complete (compilable) package from mp3@vlsi.fi. This exampe code is provided with good faith to assist You in code development, but under no circumstances will VLSI offer any guarantees on the usability or functionality of any example software or its fitness for any purpose.