-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|