summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/README
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libblock/README')
-rw-r--r--cpukit/libblock/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/cpukit/libblock/README b/cpukit/libblock/README
new file mode 100644
index 0000000000..671cc7f645
--- /dev/null
+++ b/cpukit/libblock/README
@@ -0,0 +1,14 @@
+#
+# $Id$
+#
+
+This directory contains the block device (HDD, CDROMs, etc) support code.
+It includes:
+ - block device driver interface
+ - generic open/close/read/write/ioctl primitives for block device drivers
+ - disk I/O buffering
+ - logical disk support
+ - RAM disk block device driver
+
+Victor V. Vengerov, <vvv@oktet.ru>
+November, 7 2001