Xv6 operating system - Memory management, implementation of secondary storage (disk) usage and swapping.
Assignment specifications: https://www.cs.bgu.ac.il/~os172/wiki.files/Operating%20Systems%20-%20assignment%203%202017%20V3.pdf
Paging framework. Swapping pages from\to physical memory to\from swap file (secondary storage). Page replacement algorithm implementation. Processes' running statistics.
Running the project (Terminal commands):
- git clone http://www.cs.bgu.ac.il/~os172/git/Assignment3
- make
- make clean qemu
- Shell is opened, can run programs within xv6 (myMemTest program for testing).