StevenBaby / computerLinks
计算机科学体系结构的实现
☆371Updated 2 years ago
Alternatives and similar repositories for computer
Users that are interested in computer are comparing it to the libraries listed below
Sorting:
- Onix - 操作系统实现☆804Updated last year
- 《操作系统真象还原》源码及学习笔记(os-elephant)还原真相☆407Updated 6 years ago
- 《Linux内核完全剖析》linux0.12源码及实验环境☆495Updated last year
- Linux 源码分析☆60Updated 3 years ago
- 《操作系统真象还原》一书实现的系统代码☆281Updated last year
- A minimal, modularized, and machine-independent hardware abstraction layer☆492Updated last month
- xbook2是一个基于x86处理器的32位操作系统,实现了大量的基础功能,可以拿来学习操作系统知识。