Building and running programs - PowerPoint PPT Presentation

1 / 1
About This Presentation
Title:

Building and running programs

Description:

Kernel virtual memory. Memory-mapped region for. shared libraries. Run-time heap (created by malloc) ... data, .bss) Read-only segment (.init, .text, .rodata) ... – PowerPoint PPT presentation

Number of Views:29
Avg rating:3.0/5.0
Slides: 2
Provided by: david2214
Category:
Tags: building | programs | run | running | up

less

Transcript and Presenter's Notes

Title: Building and running programs


1
Memory invisible to user code
Kernel virtual memory
0xc0000000
User stack (created at runtime)
esp (stack pointer)
Memory-mapped region for shared libraries
0x40000000
brk
Run-time heap (created by malloc)
Read/write segment (.data, .bss)
Loaded from the executable file
Read-only segment (.init, .text, .rodata)
0x08048000
Unused
0
Write a Comment
User Comments (0)
About PowerShow.com