chenlong216's Stars
troydhanson/tpl
tpl - a small binary serialization library for C
troydhanson/uthash
C macros for hash tables and more
HaifengSun-Kira/Linux-Kernel-2.6-comment
这里面的代码注释,前后花了六年时间,几乎所有重要的内核子系统都注释了,例如中断、互斥、时钟、信号、内存、调度、网络协议栈、文件系统
Veinin/POSIX-threads-programming-tutorials
Summaries and notes on pthreads programming.
algorithmzuo/algorithm-journey
左程云的算法和数据结构通关课
LeechanX/Data-Structures-and-Algorithms-in-C
所有基础数据结构和算法的纯C语言实现,如各自排序、链表、栈、队列、各种树以及应用、图算法、字符串匹配算法、回溯、并查集等,献丑了
wangkuiwu/datastructs_and_algorithm
Data struct and algorithm introduction and implementation in C/C++/Java.
kangjianwei/Data-Structure
《数据结构》-严蔚敏.吴伟民-教材源码与习题解析
krahets/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
begeekmyfriend/leetcode
LeetCode in pure C
Water-Melon/Melon
A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP).
jobbole/awesome-c-cn
C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。
openeuler-mirror/stratovirt
jserv/mini-arm-os
Build a minimal multi-tasking OS kernel for ARM from scratch
cccriscv/mini-riscv-os
Build a minimal multi-tasking OS kernel for RISC-V from scratch
plctlab/riscv-operating-system-mooc
《从头写一个RISC-V OS》课程配套的资源
riscv/riscv-isa-manual
RISC-V Instruction Set Manual
ultraembedded/riscv
RISC-V CPU Core (RV32IM)
jserv/xv6-x86_64
re-implementation of UNIX v6 in ANSI C for x86_64 SMP
super9du/ggs-ddu
知名大学开源课程。尽可能收录网络上知名大学的课程资源(北大、清华……)
kiukotsu/ucore
清华大学操作系统课程实验 (OS Kernel Labs)
xlucn/PAT
PAT OJ exercises in C language 浙江大学PAT纯C语言题解。
liexusong/linux-source-code-analyze
Linux内核源码分析
aosp-mirror/platform_bionic
dongzhiyan-stack/kernel-code-comment
3.10.96 内核源代码注释
lowenware/leos-kernel
LeOS operating system Kernel for AArch64 written in Rust
onlinefchen/arm64-mmu
qemu based arm64 mmu test
ashwio/arm64-pgtable-tool
Tool for automatically generating MMU and translation table setup code, whether to drag and drop into your own bare metal arm64 projects or to assist you in your own learning.
dwelch67/raspberrypi
Raspberry Pi ARM based bare metal examples
rust-embedded/rust-raspberrypi-OS-tutorials
:books: Learn to write an embedded OS in Rust :crab: