illfate2 / memory-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmented Paging

Author

Ilya Hontarau, Maria Zhirko

Description

Is an implementation of segmented paging memory allocation schema(5-th variant). Main memory is diveded into segment table, each row is a segment that points to the page table, each page points to fixed size memory space, in which memory allocations of blocks are done.
NOTE: we are using the old interface of this lab.

Generate Makefile:

cmake .

Build project:

make

Run project:

./bin

About


Languages

Language:C 98.7%Language:CMake 1.3%