Hacktober-Fest-2021
Hacktober-Fest-2021 copied to clipboard
Page table and page replacement techniques in Operating system
Is your feature request related to a problem? Please describe. I want to implement the page table and page replacement algorithms techniques used in operating system in C .
Describe the solution you'd like The following techniques i will be adding
- FIFO
- Optimal
- Page table
- LRU
Additional context These are the important techniques used in the development of Operating System.