シラバス参照

講義概要/Course Information
2025/07/17 現在

科目基礎情報/General Information
授業科目名
/Course title (Japanese)
システムソフトウェア特論
英文授業科目名
/Course title (English)
Advanced Topics on System Software
科目番号
/Code
開講年度
/Academic year
2021年度 開講年次
/Year offered
全学年
開講学期
/Semester(s) offered
後学期 開講コース・課程
/Faculty offering the course
博士前期課程、博士後期課程
授業の方法
/Teaching method
講義 単位数
/Credits
2
科目区分
/Category
大学院専門教育科目 - 専門科目Ⅱ
開講類・専攻
/Cluster/Department
情報・ネットワーク工学専攻
担当教員名
/Lecturer(s)
八巻 隼人
居室
/Office
西10-519
公開E-mail
/e-mail
yamaki@uec.ac.jp
授業関連Webページ
/Course website
http://www.hpc.is.uec.ac.jp/yamaki_lab/teaching-jp.html
更新日
/Last update
2021/10/07 14:33:42 更新状況
/Update status
公開中
/now open to public
講義情報/Course Description
主題および
達成目標(2,000文字以内)
/Themes and goals(up to 2,000 letters)
システムソフトウェアとしてオペレーティングシステムやミドルウェアの役割について学習する。
本講義では主に、オペレーティングシステムのカーネルやプロセス管理、メモリ管理などについて実例を交えて学習することで、計算機のハードウェアを制御するソフトウェアについて理解する。

The aim of this course is to help students acquire an understanding of system softwares, such as operating systems and middlewares.
This course mainly focuses on the kernel, the process management, and the memory management in the operating systems to understand the softwares for controlling the computer hardwares.
前もって履修
しておくべき科目(1,000文字以内)
/Prerequisites(up to 1,000 letters)
特になし

Nothing
前もって履修しておくこ
とが望ましい科目(1,000文字以内)
/Recommended prerequisites and preparation(up to 1,000 letters)
特になし

Nothing
教科書等(1,000文字以内)
/Course textbooks and materials(up to 1,000 letters)
毎回資料を配布する

Handsouts are prepared by the lecturer.
授業内容と
その進め方(2,000文字以内)
/Course outline and weekly schedule(up to 2,000 letters)
以下の内容に沿って講義を進める予定である。
本講義では、システムソフトウェアの実例として、Linuxカーネルのネットワークスタックの実装について取り上げる。

#1 本講義の概要
#2 オペレーティングシステムの役割1
#3 オペレーティングシステムの役割2
#4 プロセスとスレッド1
#5 プロセスとスレッド2
#6 プロセスとスレッド3
#7 割り込み
#8 メモリ管理1
#9 メモリ管理2
#10 カーネル1
#11 カーネル2
#12 Linuxカーネルハック1
#13 Linuxカーネルハック2
#14 Linuxカーネルハック3
#15 まとめ


This course will be advanced with the following contents.
The network stuck in Linux kernel is picked up in this course as an example of system softwares.

#1 Outline of this course
#2 Roles of operating systems 1
#3 Roles of operating systems 2
#4 Process and thread 1
#5 Process and thread 2
#6 Process and thread 3
#7 Interrupt
#8 Memory management 1
#9 Memory management 2
#10 Kernel 1
#11 Kernel 2
#12 Linux kernel hacking 1
#13 Linux kernel hacking 2
#14 Linux kernel hacking 3
#15 Summary
実務経験を活かした
授業内容
(実務経験内容も含む)
/Course content utilizing practical experience
授業時間外の学習
(予習・復習等)(1,000文字以内)
/Preparation and review outside class(up to 1,000 letters)
特に予習の必要はないが、複数回のレポート課題を課す。

No preparation is required, but there are some report assignments.
成績評価方法
および評価基準
(最低達成基準を含む)
(1,000文字以内)
/Evaluation and grading
(up to 1,000 letters)
中間(40%)・期末(60%)のレポートによって評価する予定である。
60点以上を合格とする。

There will be two reports: midterm (40%) and final (60%).
Students need 60 points or higher to pass.
オフィスアワー:
授業相談(1,000文字以内)
/Office hours(up to 1,000 letters)
質問等についてはメールで受け付ける。

For inquiries, please send me an email.
学生へのメッセージ(1,000文字以内)
/Message for students(up to 1,000 letters)
実際のシステムソフトウェアとしてLinuxカーネルのネットワーク周りの実装を取り上げるので、興味のある方は履修してください。

This course picks up the network implementation in Linux kernel as an example of system softwares.
Please take this course if you have interested.
その他
/Others
特になし

nothing
キーワード
/Keywords
System software, Operating system, Linux kernel, Process and thread, Virtual memory