changeset 1:5dbda2e6cb0e

add papar sample
author tobaru
date Tue, 07 May 2019 20:57:33 +0900
parents d76c5468be67
children 6ace3dede88e
files paper/sigos.pdf paper/sigos.tex
diffstat 2 files changed, 167 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file paper/sigos.pdf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/sigos.tex	Tue May 07 20:57:33 2019 +0900
@@ -0,0 +1,167 @@
+%%
+%% 研究報告用スイッチ
+%% [techrep]
+%%
+%% 欧文表記無しのスイッチ(etitle,eabstractは任意)
+%% [noauthor]
+%%
+
+%\documentclass[submit,techrep]{ipsj}
+\documentclass[submit,techrep,noauthor]{ipsj}
+
+
+
+\usepackage[dvips]{graphicx}
+\usepackage{latexsym}
+
+\def\Underline{\setbox0\hbox\bgroup\let\\\endUnderline}
+\def\endUnderline{\vphantom{y}\egroup\smash{\underline{\box0}}\\}
+\def\|{\verb|}
+%
+
+%\setcounter{巻数}{59}%vol59=2018
+%\setcounter{号数}{10}
+%\setcounter{page}{1}
+
+
+\begin{document}
+
+\title{GearsOS の Paging と Segmentation
+}
+
+\etitle{Implement Paging and Segmentation on GearsOS }
+
+\affiliate{IPSJ}{情報処理学会\\
+IPSJ, Chiyoda, Tokyo 101--0062, Japan}
+
+
+\paffiliate{JU}{情報処理大学\\
+Johoshori Uniersity}
+
+\author{桃原 優}{Yu Tobaru}{IPSJ}
+\author{東恩納 琢偉}{Takui Higashionna}{IPSJ}
+\author{河野 真治}{Shinji Kono}{IPSJ,JU}
+
+\begin{abstract}
+現代のOSでは, User Space で Page Table による メモリ管理を行えるOSは少ない。
+本研究室ではメタレベルの処理を記述できる CbC と CbC を用いて実装する GearsOS の開発を行っている。
+本論文では、GearsOS に Paging と Segmentation を行える API を実装して User Space からメモリ管理の実装を提案する。
+
+
+\end{abstract}
+
+
+%
+%\begin{jkeyword}
+%情報処理学会論文誌ジャーナル,\LaTeX,スタイルファイル,べからず集
+%\end{jkeyword}
+%
+%\begin{eabstract}
+%This document is a guide to prepare a draft for submitting to IPSJ
+%Journal, and the final camera-ready manuscript of a paper to appear in
+%IPSJ Journal, using {\LaTeX} and special style files.  Since this
+%document itself is produced with the style files, it will help you to
+%refer its source file which is distributed with the style files.
+%\end{eabstract}
+%
+%\begin{ekeyword}
+%IPSJ Journal, \LaTeX, style files, ``Dos and Dont's'' list
+%\end{ekeyword}
+
+\maketitle
+
+%1
+\section{Con}
+本研究室では、Code Gear と Data Gear という単位でプログラムを記述する CbC と CbC を用いて実装する Gears OS の研究を行っている。Code Gear は並列処理の単位として利用でき, Data Gear はデータそのもので型を持っていて,CbC はメタレベルの処理,並列処理を記述することができる。Data Gear を Paging , Code Gear を Segmentation として
+\\
+サンドバッグ
+
+%2
+\section{GearsOS について}
+
+
+
+
+
+%3
+\section{PagingとSegmentation}
+
+
+\section{Xv6}
+
+
+%4
+\section{PagingとSegmentationのGearsOSへの実装}
+\label{config}
+
+ファイルは次のようになる.下線部は投稿時に省略可能なもの.
+
+
+
+%4.1
+\subsection{表題・著者名等}
+
+
+
+
+
+
+\begin{acknowledgment}
+A4横型に対するガイドを基に,本稿を作成した.
+クラスファイルの作成においては,
+京都大学の中島 浩氏にさまざまなご教示を頂き,
+さらにBiB\TeX 関連ファイルの利用についても快諾頂いたことを深謝する.
+また,A4横型に対するガイドを作成された当時の編集委員会の担当者に深謝する.
+\end{acknowledgment}
+
+
+
+\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).
+
+\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}
+情報処理学会論文誌ジャーナル編集委員会:
+投稿者マニュアル(online),
+\urlj{http://www.ipsj.or.jp/journal /submit/manual/j\_manual.html}
+(2007.04.05).
+
+\bibitem{webpage2}
+情報処理学会論文誌ジャーナル編集委員会:
+べからず集(online),
+\urlj{http://www.ipsj.or.jp/journal/manual /bekarazu.html}
+(2011.09.15).
+
+\end{thebibliography}
+
+
+
+
+\end{document}