An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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.