OST-List
Operating System List
Boot
CPU
-
Why Raspberry Pi Isn’t Vulnerable to Spectre or Meltdown: To help us understand why, here’s a little primer on some concepts in modern processor design.
-
2019-CPU 的工作原理是什么?: 第一部分是补充背景知识的综述部分,我相信就算是外行耐下心来看也是可以读懂的;文章的第二部分深度会有增加。
GPU
- Interactive GPU Programming: I will explore major CUDA and OpenCL topics in detail.
Scheduler | 调度
Storage | 存储
Scratch
-
2019-使用高级语言实现 POSIX 内核的成本和收益: 这篇论文旨在评估用有垃圾回收特性的高级语言去实现一个类 POSIX 内核的性价比。
-
2018-mkeykernel : This is a kernel that can read the characters a-z and 0-9 from the keyboard and print them on screen.