I wanted to implement memory management functions using C. The situation is like.. Total size of physical memory is 256mb
.
How can I allocate 128mb
to one process 64mb
to other process.
I want to implement best fit algorithm using freelist
& needs to do compaction.
Can anybody help me in this regard, or suggest any book for studying the same?