Skip to content
Home ยป OS

OS

Page Table

  • by

Most OS allocate a page table for each process. A pointer to the page table is stored in the PCB of the process. When the… Read More »Page Table

File Type

  • by

The operating system should support the file system. If the OS does not recognize a file type then any operation on the file will not… Read More »File Type

Paging

  • by

Paging allows the physical address space of a process to be non-contiguous. It avoids the external fragmentation and there is no need for compaction. Fragmentation… Read More »Paging