https://github.com/KoalaYan/CS356-Project
Nothing new, just meet the basic requirement of this project.
https://github.com/KoalaYan/CS356-Project
Last synced: about 1 month ago
JSON representation
Nothing new, just meet the basic requirement of this project.
- Host: GitHub
- URL: https://github.com/KoalaYan/CS356-Project
- Owner: KoalaYan
- Created: 2020-04-15T02:34:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T08:41:09.000Z (about 3 years ago)
- Last Synced: 2024-11-07T12:44:00.601Z (6 months ago)
- Language: C
- Homepage:
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cs - @KoalaYan, 2020 Spring
README
# CS356-Project
**2020 CS356 Operating system course project**## Project 1: Android process tree
This project contains a system call with module which shows
the process tree of android, some executable files to present the relationship between parent process and children, and a simulation of Burger Buddies problem.## Project 2: Out of memory killer
This project modifies kernel code to implement a system call to set memory limit and a user-oriented out-of-memory killer,
which will check whether there are some users' occupied memory exceeding the limit.