TsinghuaDatabaseGroup / os-lectures

http://os.cs.tsinghua.edu.cn/oscourse/OS2021spring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

os-lectures

http://os.cs.tsinghua.edu.cn/oscourse/OS2021spring

索引

  1. 大纲
  2. 操作系统课知识点
  3. 课堂教学组织方式
  4. 幻灯片模板出处
  5. 由自动脚本生成的讲义合并版本(由王瑞康同学提供)
  6. RISC-V与X86 CPU硬件特征的对比介绍

如何生成PDF

  • ubuntu 方式
## add some chinese fonts
$ sudo apt install fonts-noto-cjk  fonts-noto-cjk-extra  fonts-noto-mon
$ sudo apt install texlive-full
$ cd lectureXX
## for all slides
$ make all
## for single slide
$ xelatex slide-XX-YY
  • overleaf方式 把代码上传到overleaf.com网站上,让它帮忙生成。

About

http://os.cs.tsinghua.edu.cn/oscourse/OS2021spring

License:MIT License


Languages

Language:TeX 99.6%Language:Makefile 0.4%