Page replacement algorithms
In this post I will explain how to get the output of page replacement algorithms. The page replacement algorithms in this code(c language) are
1.FIFO2.Optimal
3.LRU
4.LFU
Steps
1.Click the Source Code link and copy the code in that link.
2.Paste the code in Online Compiler
3. After executing you will be asked to ENTER YOUR CHOICE. You have to give 1 as your choice.
7. After giving no.of frames. You have to select which page replacement algorithm you want to execute.
Comments
Post a Comment