From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/fio/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/fio/README (limited to 'sys/fio/README') 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. -- cgit