Information about RAM management in OS Linux, protection programs [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this questionI'm writing a report and presentation for my college titled "Protection runtime program in RAM. Examples of work with the protected program." I'm using Linux.
I divided my report into two parts:
Description of technology managed RAM OS Linux - Allocated memory for applications - Protection stack for one application from other applicati开发者_运维问答ons.
Protection runtime program from disassembler and debugger.
What websites, article, books about this subjects do you recommend?
I'd recommend the following two books which describe linux memory management in detail:
- Understanding the linux kernel
- Linux device drivers
精彩评论