masterBootRecord Struct Reference

Master Boot Record. More...

#include <FatStructs.h>

Collaboration diagram for masterBootRecord:
Collaboration graph
[legend]

List of all members.

Public Attributes

uint8_t  codeArea [440]
uint32_t  diskSignature
uint16_t  usuallyZero
part_t  part [4]
uint8_t  mbrSig0
uint8_t  mbrSig1

Detailed Description

Master Boot Record.

The first block of a storage device that is formatted with a MBR.


Member Data Documentation

Code Area for master boot program.

Optional WindowsNT disk signature. May contain more boot code.

First MBR signature byte. Must be 0X55

Second MBR signature byte. Must be 0XAA

Partition tables.

Usually zero but may be more boot code.


The documentation for this struct was generated from the following file:
Generated on Wed Dec 23 08:22:21 2009 for SdFat by  doxygen 1.6.1