Skip to content
Home » Operating Systems

Operating Systems

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