viclai / osp-ram-disk

A Linux kernel module that implements read/write to RAM disks with locking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synopsis

RAM Disk is a course-related project assigned in an upper-division operating systems class at UCLA. A RAM disk is built that supports read and write operations with locking.

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-qemu

Make sure that QEMU is installed on your machine.

About

A Linux kernel module that implements read/write to RAM disks with locking.


Languages

Language:C 60.0%Language:Perl 20.9%Language:Shell 15.1%Language:Makefile 2.4%Language:C++ 1.7%