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.
- Host: GitHub
- URL: https://github.com/jonrohan/linux-clock-module
- Owner: jonrohan
- Created: 2012-09-15T21:05:37.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-16T03:06:44.000Z (almost 14 years ago)
- Last Synced: 2025-01-12T23:42:31.711Z (over 1 year ago)
- Language: C
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.