crh19970307 / Android-Kernel-Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Kernel-Development


Summary

This is the code for the project course operating system.

Main contribution:

  • Write a new system call ptree which prints the entire process tree (in DFS order).
  • Write a program to simulate Bugger Buddies Problem.
  • Map a target process's Page Table and dump the page table entries of a process in given range.
  • Change Linux Page Replacement Algorithm.

Usage

You should set environment before compiling the source code. You can refer to the pdf file.


If you have questions or ideas, just create an issue.

About

License:MIT License


Languages

Language:C 98.6%Language:Makefile 1.4%