viclai / osp-file-system

A file system driver for Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synopsis

OSP File System is a course-related project assigned in an upper-division operating systems class at UCLA. OSPFS is the name of the file system that is built and able to support read and write of file in a hierarchical directory structure.

Development

The code for this project is adopted from skeleton code provided by Paul Eggert.

Installation

To compile and build this project, simply type the following in a Linux terminal:

./run-qumu

Make sure that QEMU is installed on your machine.

About

A file system driver for Linux.


Languages

Language:C 83.6%Language:Shell 9.4%Language:Perl 4.5%Language:Makefile 2.5%