Skip to content

Memory management

Fabien Bavent edited this page Aug 20, 2019 · 1 revision

Memory Management

We have two address spaces depending on architecture layout

Explain how resolution is handled

  • Private anonuymous(HEAP, STACK | PRIVATE DATA)
  • Shared annonymou (SHARABLE)
  • Shared FILES
  • Private physique (KERNEL IO)
  • Executable image (private, share r CoW)
  • Table (struct)
Clone this wiki locally