You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Additional context
These are the important techniques used in the development of Operating System.
The text was updated successfully, but these errors were encountered: