Page Table
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
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
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
The contiguous memory allocation uses memory partitions to allocate memory. These partitions could be fixed or variable size partitions allocated according to first fit, best… Read More »Contiguous Memory Allocation