COMP 3430 – Operating Systems
Segmentation part 1
April 4th, 2022
Copyright By PowCoder代写 加微信 powcoder
By the end of today’s lecture, you should be able to:
▶ Describe the concept of segmentation. ▶ (Continuing) Compare and contrast
methods for address translation.
The Woggle-Bug Book (Public Domain)
Lab 4 and assignment 4
Let’s take a look.
Segmentation
▶ Allocating full address spaces ▶ Internal fragmentation.
▶ Logically separate address spaces into segments.
▶ Allocate only as much of the segment as is necessary.
▶ Let’s draw some pictures .
▶ Base+bounds is OK, but limits number of processes. ▶ Unused but allocated space → Internal fragmentation.
▶ Segmentation is better than primitive base+bounds. ▶ Has its own limitations.
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com