RTOS Question:
Download Questions PDF

What is the need of creating 4GB of pages in Linux?

Real-Time Operating System (RTOS) Interview Question
Real-Time Operating System (RTOS) Interview Question

Answer:

Not sure what this question is. But looks like the question
is: Why 4GB addressing space available in Linux. Well, the
simple answer is it can address so much of memory with
available 32 address lines. 2 ^ 32 = 4 GB.

Download Real-Time Operating System (RTOS) Interview Questions And Answers PDF

Previous QuestionNext Question
IN RTOS HAVING 1OKBYTES OF MEMORY AND YOUR PROGRAMM FOR ASKING FOR 5KBYTES AND YOU GOT NULL ERROR?
WHY DOES IT BEHAVES LIKE THIS?
What are the rules you follow when you are writing critical section of code?