nichtl / os-guide-cn
从零开始制作一个操作系统!---- 中文操作系统开发指南 forked https://github.com/yanull/os-guide-cn
☆27Updated 3 years ago
Alternatives and similar repositories for os-guide-cn
Users that are interested in os-guide-cn are comparing it to the libraries listed below
Sorting:
- Linux下的系统编程&网络编程&shell脚本>est☆38Updated 7 years ago
- 所有基础数据结构和算法的纯C语言实现,如各自排序、链表、栈、队列、各种树以及应用、图算法、字符串匹配算法、回溯、并查集等,献丑了☆13Updated 6 years ago
- Learning OS by reading Linux-0.11 source code and running it on bochs. The resources are forked from an online course by Harbin Institute…☆55Updated 7 years ago
- NES模拟器(尽量还原硬件运行逻辑)☆40Updated 2 years ago
- Unix V6 V7源代码☆38Updated 10 years ago
- 实用函数库,方便用C语言快速开发☆23Updated 8 years ago
- Linux 源码分析☆60Updated 3 years ago
- TLPI(The Linux Programming Interface)《linux/unix系统编程手册(上、下册)》学习笔记☆75Updated 6 years ago
- This is the new kernel of Book OS, I hope it is a new start.☆84Updated 4 years ago
- C、C++和其在Linux下的编程学习,主要是51CTO、传智播客、一些经典书籍的学习等☆34Updated last year
- Ubuntu 10.04 kernel 2.6.32-kdev☆16Updated 3 weeks ago
- 通过 FastCGI 协议,与 php-fpm 交互,将 php 解析,从而使 .php 文件被翻译为 .html 文件☆14Updated 7 years ago
- USTC 嵌入式系统实验室2013级研究生阅读内核记录☆63Updated 11 years ago
- lua api tutorial by SNH48-久寿川 from 像素软件☆14Updated 8 months ago
- linux0.11思维导图、代码运行分析等☆7Updated 6 years ago
- ☆26Updated 11 months ago
- 实现并对比了各类字符串匹配算法,包括Sunday、KMP、Boyer-Moore、horspool