kernal
Here are 12 public repositories matching this topic...
Hijacking (intercepting) system calls by writing and installing a very basic kernel module to the Linux kernel.
-
Updated
Feb 25, 2020 - C
To modify the Linux scheduler to implement a new scheduling class, called background scheduling. We will evaluate how our new scheduling class performs.We need to add a new scheduling policy called SCHED_BACKGROUND. This policy is designed to support processes that only need to run when the system has no other process to do.
-
Updated
Aug 1, 2020 - C
Improve this page
Add a description, image, and links to the kernal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kernal topic, visit your repo's landing page and select "manage topics."