Skip to content

In this assignment, we are asked to slightly alter the functions of fork and exit system calls, where nice value of the spawned process will be adjusted based on the nice value of the parent process and the nice_increment value, which will be stored in a field in the task descriptor of the parent process.

Notifications You must be signed in to change notification settings

summersonnn/Custom-Kernel-Compilation-BLG-413-System-Programming-

Repository files navigation

Custom-Kernel-Compilation

In this assignment, we are asked to slightly alter the functions of fork and exit system calls, where nice value of the spawned process will be adjusted based on the nice value of the parent process and the nice_increment value, which will be stored in a field in the task descriptor of the parent process.

About

In this assignment, we are asked to slightly alter the functions of fork and exit system calls, where nice value of the spawned process will be adjusted based on the nice value of the parent process and the nice_increment value, which will be stored in a field in the task descriptor of the parent process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published