f.zz.de
posts /

Unix Edition 1971

Posted Mon 28 Dec 2015 01:40:48 AM CET Florian Lohoff
in

Sehr spannend zu lesen weil man zwischen den Zeilen mitbekommt wie neu die ganzen Unix Konzepte waren:

UnixEditionZero.txt

Except as indicated below, reading and writing are sequential. This means that if a particular byte in the file was the last byte written (or read), the next I/O call implicitly refers to the first following byte. For each Open file there is a pointer, maintained by the system, which always indicates the next byte to be read or written. If n bytes are read, the pointer advances by n bytes.

Also das sich das Betriebssystem einen off_t der letzten Lese oder Schreibposition merkt ist offensichtlich ein neues Konzept. WTF?