Module F.Geometry

type t = {
  1. cylinders : int;
  2. heads : int;
  3. sectors : int;
}
val to_string : t -> string
val of_sectors : int64 -> t