/FreeBSD-Slim-Chance-Paging-Algorithm

The goal of this project is to experiment with the FreeBSD pageout daemon. The purpose of these modification is to analyze the difference of our modifications to the paging algorithm to our modified Slim Chance Algorithm. The Slim Chance algorithm puts the inactive and invalid pages on the rear of the free list and instead of subtracting from the activity count we will divide it by two and move it to the front of the active list. Then finally when we move a page to the inactive list we will move it to the front.

No issues in this repository yet.