Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cepdnaclk/e19-co327-kernel-modules
- Owner: cepdnaclk
- Created: 2024-04-27T05:15:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T18:08:51.000Z (7 months ago)
- Last Synced: 2024-10-13T07:41:29.202Z (3 months ago)
- Topics: co327, e19166, jiffies, kernel, linux, linux-kernel, operating, operating-systems, os
- Language: C
- Homepage: https://cepdnaclk.github.io/e19-co327-Kernel-Modules/
- Size: 540 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
___