An open API service indexing awesome lists of open source software.

https://github.com/jonrohan/linux-clock-module

Create a Linux 2.4 kernel module named clock into the /proc/ directory.
https://github.com/jonrohan/linux-clock-module

Last synced: 7 months ago
JSON representation

Create a Linux 2.4 kernel module named clock into the /proc/ directory.

Awesome Lists containing this project

README

          

# Adding a Linux Module

## Description of logic:
The program gets the time info from the xtime function then places it into a buffer which is written to the /proc/clock module. The program also keeps track of the number of calls to the system.

## Errors:
We had a couple of compiling warnings from the compiler but other than that our program runs perfectly.