这里面的代码注释,前后花了六年时间,几乎所有重要的内核子系统都注释了,例如中断、互斥、时钟、信号、内存、调度、网络协议栈、文件系统
☆165Oct 29, 2017Updated 8 years ago
Alternatives and similar repositories for Linux-Kernel-2.6-comment
Users that are interested in Linux-Kernel-2.6-comment are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- linux内核网络协议栈源码阅读分析注释--带详尽中文分析注释以及相关流程分析调用注释,对理解分析内核协议栈源码很有帮助☆1,244Dec 24, 2020Updated 5 years ago
- 谢宝友的Linux2.6.11源码注释。linux 2.6.11.12代码注释。主要参考《深入理解LINUX内核第三版》、《深入理解LINUX网络内幕》、《深入理解LINUX虚拟内存管理》等书籍☆248Sep 18, 2018Updated 7 years ago
- 内核源码学习,包括源码注释和学习笔记,笔记位于Lee_Doc☆11Sep 26, 2015Updated 10 years ago
- STM32 快速开发框架,基于标准库及C++11☆12Jan 17, 2020Updated 6 years ago
- DAMON-based Optimal Operation Schemes☆17Sep 5, 2024Updated last year
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Linux 内核之旅公众号文章☆132Sep 2, 2019Updated 6 years ago
- Acclaim: Adaptive Memory Reclaim to Improve User Experience in Android Systems [ATC '20]☆16Aug 1, 2020Updated 5 years ago
- Text Menu in LCD☆12Aug 30, 2022Updated 3 years ago
- rocketmq 4.5.2 源码分析、中文详细注释☆12Apr 11, 2020Updated 6 years ago
- uT/OS是中国国内最早(2009/10/10发布V1.0)的用于物联网领域的开源RTOS内核之一,是Tenux开源社区(www.tenux.org或www.tenux.cn)的核心开源项目,uT/OS开源嵌入式操作系统内核是商业级质量,支持业界常用的Keil MDK、IA…☆23Nov 16, 2017Updated 8 years ago
- OS教学实验:用Rust&C实现各种历史上的经典OS Kernels的实例☆45Apr 17, 2022Updated 4 years ago
- 实现linux内核对应用段错误、double free问题栈回溯☆34Oct 14, 2022Updated 3 years ago
- 收集有趣的、有用的、方便移植的开源仓库,大家有兴趣可以尝试移植到RT-Thread。☆15Oct 16, 2018Updated 7 years ago
- A simple tool to access MMIO register of a PCIe device which is using UIO module.☆10Oct 25, 2018Updated 7 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- azazel反编译器 ftrace函数追踪 elfdemon 代码注入 lpv,skeksi,saruman 病毒 quenya 重建进程☆21Aug 26, 2018Updated 7 years ago
- Linux设备驱动开发详解代码清单☆18Apr 9, 2015Updated 11 years ago
- Detect HTTP packet and inject redirect packet☆14Mar 1, 2018Updated 8 years ago
- TCP/IP stack implementation☆18May 11, 2020Updated 6 years ago
- electron编写的串口工具☆17Jul 7, 2020Updated 5 years ago
- 陈莉君教授《Linux内核分析与应用》课程课件、动手实践源代码、实验手册、实验源代码☆418Oct 3, 2019Updated 6 years ago
- ☆32Nov 13, 2023Updated 2 years ago
- x64HOOK库☆17Jan 14, 2020Updated 6 years ago
- 📚 使用 Rust 和树莓派 3 进行裸机与操作系统开发教程。☆15Jul 10, 2019Updated 6 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 3.10.96 内核源代码注释☆53Dec 28, 2023Updated 2 years ago
- 一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等☆1,904May 20, 2024Updated 2 years ago
- Guest to host VM escape exploit for Parallels Desktop☆28Nov 14, 2014Updated 11 years ago
- Linux 内核揭秘☆7,678Apr 28, 2026Updated last month
- ☆22Sep 24, 2023Updated 2 years ago
- UEFI UEFI UEFI☆48Apr 21, 2023Updated 3 years ago
- 简洁易用的嵌入式操作系统内核。github停止更新,请移步开源中国//git.oschina.net/kerndev/klite☆57Mar 19, 2019Updated 7 years ago
- Linux 4.4内核实践分析☆110Aug 9, 2020Updated 5 years ago
- 这是一个从uboot源码中移植出来的shell命令行代码☆11May 27, 2021Updated 5 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 《自己动手写编译器、链接器》的前5章的linux实现☆11Feb 9, 2021Updated 5 years ago
- 《UNIX网络编程·卷2:进程间通信(第2版)》学习笔记☆16Aug 8, 2018Updated 7 years ago
- 《Linux内核完全剖析》linux0.12源码及实验环境☆510Oct 29, 2023Updated 2 years ago
- 这是一个展示epoll水平触发(level trigger)和边缘触发(edge trigger),分别在read和write两种情况下有什么表现的实验,目的是彻底搞清楚epoll的水平触发和边缘触发原理。