···8787}
8888(** An MBR record. *)
89899090+val pp : Format.formatter -> t -> unit
9191+(** [pp ppf t] pretty-prints the MBR record. *)
9292+9093val make : ?disk_signature:int32 -> Partition.t list -> (t, string) result
9194(** [make ?disk_signature partitions] constructs an MBR given a desired list of
9295 primary partitions. An [Error _] is returned if: