Expand description
MBR-related types and helper functions.
This module provides access to low-level primitives to work with Master Boot Record (MBR), also known as LBA0.
Structs§
- A partition record, MBR-style.
- Protective MBR, as defined by GPT.
Functions§
- Return the 440 bytes of BIOS bootcode.
- Read the 4 bytes of MBR disk signature.
- Write the 440 bytes of BIOS bootcode.
- Write the 4 bytes of MBR disk signature.