next up previous
Next: About this document ... Up: Internal Structure of XOK/ExOS Previous: fork

File Descriptors

ExOS uses a VFS like interface between high-level file operations like read, write, close, etc and the underlying filesystem object that a fd represents.[*] Each underlying object specifies an array of function pointers that implement the specified operation allowing new filesystem objects to be transparently used.

Several of these file object methods deserve particular attention because they do not correspond to typical VFS-like operations:


next up previous
Next: About this document ... Up: Internal Structure of XOK/ExOS Previous: fork
Thomas Pinckney
3/17/1998