Mercurial > hg > Papers > 2019 > tobaru-sigos
changeset 10:440be813ef3c
Paging and Segmentation
author | tobaru |
---|---|
date | Thu, 09 May 2019 18:27:46 +0900 |
parents | 5655fa5ad772 |
children | 13ea0e7bca48 |
files | paper/sigos.pdf paper/sigos.tex |
diffstat | 2 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/sigos.tex Thu May 09 17:50:18 2019 +0900 +++ b/paper/sigos.tex Thu May 09 18:27:46 2019 +0900 @@ -120,6 +120,7 @@ %3 \section{PagingとSegmentation} +メモリ管理の手法に, Paging と Segmentation がある。Paging ではメモリを Page と呼ばれる固定長の単位に分割し, メモリとスワップ領域で Page を入れ替えて管理を行う。Segmentation では可変長の単位に分割するので, Paging と比べてメモリを無駄なく扱うことができる。近年では, Paging を採用している OS が多い。 \section{Xv6}