Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/02-architectures/architectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- virtual memory
- extension of main memory
- each process sees its own private address space
- memory is divided into pages for simpler OS management (tipical size 2MB)
- memory is divided into pages for simpler OS management (tipical size 4KiB)
- page swapping and page faults when the size of virtual memory is grater than the size of physical
- significantly slower access than to main memory (1,000,000 times), even greater need for data locality
- rapid virtual to physical memory address mapping with the help of translation lookaside buffer (TLB)
Expand Down