Name
struct bdb_header —
BDB Header structure
Synopsis
struct bdb_header {
u8 signature[16];
u16 version;
u16 header_size;
u16 bdb_size;
};
Members
- signature[16]
BDB signature “BIOS_DATA_BLOCK”
- version
Version of the data block definitions
- header_size
Size of this structure
- bdb_size
Size of BDB (BDB Header and data blocks)