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

File Concepts

  • by

To a user, the file is the smallest unit of storage on a computer system. The user performs file operations such as open, close, read,… Read More »File Concepts

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