Embedded Software Engineer Question:
Download Questions PDF

Explain me what is kernel paging?

Embedded Software Engineer Interview Question
Embedded Software Engineer Interview Question

Answer:

Paging is a memory management scheme by which computers can store and retrieve data from the secondary memory storage when needed in to primary memory. In this scheme, the operating system retrieves data from secondary storage in same-size blocks called pages. The paging scheme allows the physical address space of a process to be non continuous. Paging allows OS to use secondary storage for data that does not fit entirely into physical memory.

Download Embedded Software Engineer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain some of the commonly found errors in Embedded Systems?Tell me can you have constant volatile variables?