Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <[email protected]>
  • Loading branch information
David Scott committed Nov 4, 2013
1 parent 5170895 commit 4a5472d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
ocaml-mbr
=========

A simple library for manipulating Master Boot Records
A simple library for manipulating Master Boot Records. The
primary purposes of this library are:
1. to create bootable disk images creating
[mirage](http://www.openmirage.org/) kernels
2. for mirage kernels to read the partition tables on
attached disks

To do items
-----------

* It's easy to specify nonsense, for example overlapping
partition entries. We could do with a way to represent a
disk as a set of non-overlapping extents which could be
nested (partition / LVM volume / filesystem / file)

0 comments on commit 4a5472d

Please sign in to comment.