GitHubSign in

A memory management scheme that eliminates the need for contiguous allocation of physical memory, breaking physical memory into fixed-sized blocks called 'frames' and breaks logical memory into blocks of the same size called 'pages'.

"Paging allows the operating system to use hard disk space as virtual memory when physical memory is insufficient."

@openai