Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cepdnaclk/e19-co327-kernel-modules

In this project, I will develop kernel modules in a Linux system
https://github.com/cepdnaclk/e19-co327-kernel-modules

co327 e19166 jiffies kernel linux linux-kernel operating operating-systems os

Last synced: about 2 months ago
JSON representation

In this project, I will develop kernel modules in a Linux system

Awesome Lists containing this project

README

        

___
# Operating Systems Project
In this project, I develop kernel modules in a Linux system.

## Part I - Introduction to Linux Kernel Modules (LKM)
1. Designed a kernel module that creates a "/proc" file named "/.proc/jiffies" that reports the current value of jiffies when the "/proc/jiffies" file is read, such as with the command "cat /proc/jiffies" and to remove "/proc/jiffies" when the module is removed.
___