diff options
Diffstat (limited to 'sys/fio/README')
-rw-r--r-- | sys/fio/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/fio/README b/sys/fio/README new file mode 100644 index 00000000..f4cf4d79 --- /dev/null +++ b/sys/fio/README @@ -0,0 +1,10 @@ +This directory contains the IRAF File I/O (FIO) routines. This version of +FIO fully implements revision 5 of the FIO interface as described in Fio.hlp. +Internally, however, the buffer management code has been simplified by +restricting the number of buffers to one per file, and omitting global buffers. +These features will be added in an upcoming revision of FIO. No modifications +to the external specifications of the FIO interface should be necessary. +D. Tody, 04-Apr-83. + +Jul84 Added filename mapping, filename locking, extensive modifications to + make use of the new kernel. |