summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libblock/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/libblock/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/c/src/exec/libblock/README b/c/src/exec/libblock/README
deleted file mode 100644
index 671cc7f645..0000000000
--- a/c/src/exec/libblock/README
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# $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