Skip to content

Commit

Permalink
add LKD 15
Browse files Browse the repository at this point in the history
  • Loading branch information
firmianay committed Jun 1, 2017
1 parent a0dfb2f commit 6541706
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ Linux Kernel Development
10. [Chapter 10: Kernel Synchronization Methods](./linux-kernel-development/chapter-10.md)
11. [Chapter 11: Timers and Time Management](./linux-kernel-development/chapter-11.md)
12. [Chapter 12: Memory Management](./linux-kernel-development/chapter-12.md)
13. (-) [Chapter 13: The Virtual Filesystem](./linux-kernel-development/chapter-13.md)
13. [Chapter 13: The Virtual Filesystem](./linux-kernel-development/chapter-13.md)
14. [Chapter 14: The Block I/O Layer](./linux-kernel-development/chapter-14.md)
15. (-) [Chapter 15: The Process Address Space](./linux-kernel-development/chapter-15.md)

Paper Review
---
Expand Down
4 changes: 4 additions & 0 deletions linux-kernel-development/chapter-15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Chapter 15: The Process Address Space
The kernel also has to manage the memory of user-space process. This memory is called the `process address space`, which is the representation of memory given to each user-space process on the system. Linux is a virtual memory operating system, and thus the resource of memory is virtualized among the processes on the system.

## Address Space

0 comments on commit 6541706

Please sign in to comment.