Mercurial > hg > Papers > 2022 > matac-thesis
changeset 39:c573ea94a469
...
author | matac42 <matac@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 30 Jan 2022 21:04:55 +0900 |
parents | 1c530924361d |
children | 18265abe9d74 |
files | paper/text/chapter2.tex paper/thesis.pdf |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/text/chapter2.tex Sun Jan 30 11:40:20 2022 +0900 +++ b/paper/text/chapter2.tex Sun Jan 30 21:04:55 2022 +0900 @@ -121,8 +121,8 @@ \chapter{UnixのFile system} \section{xv6} -MITで教育用の目的で開発されたOSで,Unixの基本的な構造を持つ. -当研究室ではxv6のCbCでの書き換え,分析を行なっている. +xv6\cite{xv6}はMITで教育用の目的で開発されたOSで,Unixの基本的な構造を持つ. +当研究室ではxv6のCbCでの書き換え,分析を行なっている\cite{xv6component,xv6kernel}. xv6はUnix系のOSであるため,File systemでは\emph{inode}の仕組みが用いられている. \section{inode}