# HG changeset patch # User tobaru # Date 1557409029 -32400 # Node ID e758335d47294e05053703387a1945fb377e2c70 # Parent 3c086874fe947f19a34b9ef1731227ad57ea0ab1 Paging merit diff -r 3c086874fe94 -r e758335d4729 paper/sigos.pdf Binary file paper/sigos.pdf has changed diff -r 3c086874fe94 -r e758335d4729 paper/sigos.tex --- a/paper/sigos.tex Thu May 09 22:10:25 2019 +0900 +++ b/paper/sigos.tex Thu May 09 22:37:09 2019 +0900 @@ -139,6 +139,9 @@ \section{User Space で Page Table を操作する利点} +現代の OS では, User Space で Page Table Entry によるメモリ管理が行える OS は少ない。 +User レベルの操作で Page Table が書き換えられたり, 別の Page にアクセスするのを防ぐためだと考えられる。 +User Space でメモリ管理を行えるようにする事で, Page のバリデーションをチェックしたり, サンドボックスによる信頼性の保証が行える。また, 適切な記述をすれば最適なメモリ管理を行う事ができるようになる。 @@ -167,42 +170,10 @@ \begin{thebibliography}{10} \bibitem{okumura} -奥村晴彦:改訂第5版\LaTeXe 美文書作成入門, -技術評論社(2010). - -\bibitem{companion} -Goossens, M., Mittelbach, F. and Samarin, A.: -{\it The LaTeX Companion}, -Addison Wesley, Reading, Massachusetts (1993). - -\bibitem{book1} -木下是雄: -理科系の作文技術, -中公新書(1981). - -\bibitem{book2} -Strunk W. J. and White E.B.: -{\it The Elements of Style, Forth Edition}, -Longman (2000). +宮城光希 : Gears OS のモジュール化と並列 API, +OS研究会(2018). -\bibitem{book3} -Blake G. and Bly R.W.: -{\it The Elements of Technical Writing}, -Longman (1993). -\bibitem{book4} -Higham N.J.: -{\it Handbook of Writing for the Mathematical Sciences}, -SIAM (1998). - -\bibitem{webpage1} -琉球大学 理工学研究科 情報工学専攻 - -\bibitem{webpage2} -情報処理学会論文誌ジャーナル編集委員会: -べからず集(online), -\urlj{http://www.ipsj.or.jp/journal/manual /bekarazu.html} -(2011.09.15). \end{thebibliography}