Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 484 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 484 Bytes

phoenix-rtos-filesystems

This repository contains the source for the Phoenix-RTOS file servers. File servers work on the user-level and implement support for filesystems. File servers are imported into this repository from Phoenix-RTOS 2 kernel and need to be reimplemented. These drivers are marked with _ prefix.

To compile driver enter into the file server directory and type:

$ make clean
$ make

This work is licensed under a BSD license. See the LICENSE file for details.