Overview
The File System library provides file system operations.
The Memory library fulfils the module concept
i.e. provides
the type Ring1_FileSystem_ModuleHandle
,
the constant Ring1_FileSystem_ModuleHandle_Invalid
, and
the functions Ring1_FileSystem_ModuleHandle_acquire
and Ring1_FileSystem_ModuleHandle_relinquish
.
The include file of the File System library is Ring1/FileSystem.h
,
its library file is Ring1.lib
.
Sources and references
The reference repository provides non-authoritive sample implementations.