summaryrefslogtreecommitdiff
path: root/sector/README
diff options
context:
space:
mode:
Diffstat (limited to 'sector/README')
-rw-r--r--sector/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/sector/README b/sector/README
new file mode 100644
index 0000000..c47a6f1
--- /dev/null
+++ b/sector/README
@@ -0,0 +1,7 @@
+The sector module provides a facility to read regions of
+sectors from a file and readily be able to keep them in sync
+with their original location.
+
+Normally, one would use mmap for this, however for ease of
+porting to other projects and due to the mmap offset alignment
+limitation, we proceed like this for now. \ No newline at end of file