WKern
Loading...
Searching...
No Matches
MBR Struct Reference

Master Boot Record structure layout. More...

Data Fields

u8 bootstrap [446]
struct PartitionEntry partitions [4]
u16 signature

Detailed Description

Master Boot Record structure layout.

Definition at line 50 of file MBR.c.

Field Documentation

◆ bootstrap

u8 MBR::bootstrap[446]

Bootstrap code area

Definition at line 51 of file MBR.c.

◆ partitions

struct PartitionEntry MBR::partitions[4]

Partition table entries

Definition at line 52 of file MBR.c.

◆ signature

u16 MBR::signature

Signature bytes, must be 0xAA55

Definition at line 53 of file MBR.c.


The documentation for this struct was generated from the following file: