Master Boot Records¶
The Master Boot Record introduced by the IBM PC/XT.
Usage¶
from autoarchaeologist.os.msdos import mbr
…
self.add_examiner(*mbr.All)
Notes¶
The MBR_TYPES is from FreeBSD.
Test input¶
50005852
Documentation¶
Plenty, all over the place