views:

97

answers:

1

I'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:

  1. Description of technology managed RAM OS Linux - Allocated memory for applications - Protection stack for one application from other applications.

  2. Protection runtime program from disassembler and debugger.

What websites, article, books about this subjects do you recommend?

A: 

I'd recommend the following two books which describe linux memory management in detail:

  • Understanding the linux kernel
  • Linux device drivers
steve