Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is UNIXs view of memory?

memory Unix view
0
10 Posted

What is UNIXs view of memory?

0

The current Unix view of memory is essentially a paged, segmented memory. The address space of a process in Unix has three logical segments — code (called text), data and stack. This is implemented over a demand paged virtual memory. Within this framework, different implementations can exploit particular memory management features provided by the underlying hardware (e.g, the text segment pages may be treated as read only on machines where this is possible).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.