backup: PAT

题目思路就先不写了,以后再补(咕咕咕),现在只有代码

Read more

backup: Syscalls and problems encountered

In the previous article, we finished setting up the kernel environment. Now let’s try to write a system call to modify or read the nice value of a given process and return the latest nice value and priority prio of the process.

Read more