b9-2.0.0: A tool and library for building virtual machine images.

Safe HaskellNone
LanguageHaskell2010

B9.MBR

Description

Utility module to extract a primary partition from an MBR partition on a raw image file.

Documentation

data MBR Source #

Instances
Show MBR Source # 
Instance details

Defined in B9.MBR

Methods

showsPrec :: Int -> MBR -> ShowS #

show :: MBR -> String #

showList :: [MBR] -> ShowS #

data CHS Source #

Constructors

CHS 
Instances
Show CHS Source # 
Instance details

Defined in B9.MBR

Methods

showsPrec :: Int -> CHS -> ShowS #

show :: CHS -> String #

showList :: [CHS] -> ShowS #