What is kernel paging?
Ideally, the kernel will put all its routine inside the memory, so that they could be fetched quickly which they are called. But sometimes the memory does not have enough space, so the kernel will swap part of the services to the hard drive, and fetches them if they are needed.
Ideally, the kernel will put all its routine inside the memory, so that they could be fetched quickly which they are called. But sometimes the memory does not have enough space, so the kernel will swap part of the services to the hard drive, and fetches them if they are needed.
Comments