How to use the Raspberry Pi to study the Linux kernel source code All In One
How to use the Raspberry Pi to study the Linux kernel source code All In One
如何利用树莓派来研究 Linux 内核源码 All In One
https://github.com/torvalds/linux
https://github.com/torvalds/linux/releases/tag/v6.3-rc6
https://github.com/torvalds/linux/tags?after=v6.3-rc6 ✅
GitHub 手动翻页 bug, 太慢了 👎
hack 技巧:快速翻页,二分法猜测可能存在的最小版本号 👍
点几次 Next 翻页,找到版本号发版的规律
https://github.com/torvalds/linux/tags?after=v2.1 ❌
https://github.com/torvalds/linux/tags?after=v4.3 ✅
https://github.com/torvalds/linux/tags?after=v3.3 ✅
https://github.com/torvalds/linux/tags?after=v2.6.35-rc1 ✅
https://github.com/torvalds/linux/tags?after=v2.6.28-rc5 ✅
https://github.com/torvalds/linux/tags?after=v2.6.18 ✅
https://github.com/torvalds/linux/tags?after=v2.6.15 ✅
https://github.com/torvalds/linux/tags?after=v2.6.13 ✅
https://github.com/torvalds/linux/tags?after=v2.6.11 ❌
https://github.com/torvalds/linux/tags?after=v2.6.10 ❌
https://github.com/torvalds/linux/tags?after=v2.6.1 ❌
tag 从 2005 年后,就没有时间戳了
连续报错,就说明快到底了;开始进行手动翻页
https://github.com/torvalds/linux/tags?after=v2.6.12-rc5
学习笔记
在 Linux 系统中,一切皆文件!
Linux 发行版
基于 Linux 內核
和 核心 GNU
组件的操作系統
https://zh.wikipedia.org/zh-cn/Linux发行版
-
Debian / Ubuntu / Raspberry Pi 🍓
-
Debian / Kali ✅
-
RedHat / CentOS
-
RedHat / Fedora
-
Arch
-
SUSE / openSUSE
-
Alpine (CI/CD 中使用最多的 🚀)
...
Alpine Linux (CI/CD 使用)
alpine / 高山
https://www.cnblogs.com/xgqfrms/tag/alpine/
https://www.cnblogs.com/xgqfrms/p/17025441.html
Kali Linux (网络安全/渗透测试/计算机取证 使用)
🐧 所有的 Linux 发行版(2020 版)
Linux Distributions Timeline
Version 22.10
Version 22.10
refs
Linux kernel 0.11 源码分析系列
https://www.cnblogs.com/lazyfiish/p/16069919.html
https://mp.weixin.qq.com/s/Tz9GyGkYQVKLJNyYSZf_2g
https://github.com/mengchaobbbigrui/Linux-0.11code
https://gitee.com/jeavenwong/linux-0.11
Linux 内核完全注释
作者: 赵炯
出版社: 机械工业出版社
出版年: 2005-8
页数: 436
定价: 42.00元
装帧: 简裝本
ISBN: 9787111149682
https://book.douban.com/subject/1231236/
Linux 内核设计的艺术(第2版)
作者: 新设计团队
出版社: 机械工业出版社
副标题: -图解Linux操作系统架构设计与实现原理-第2版
出版年: 2013-5-1
页数: 455
定价: 89.00元
装帧: 平装
丛书: 华章原创精品
ISBN: 9787111421764
https://book.douban.com/subject/24708145/
©xgqfrms 2012-2025
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/17323530.html
未经授权禁止转载,违者必究!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· 单线程的Redis速度为什么快?
· 展开说说关于C#中ORM框架的用法!
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库
2022-04-16 Background Tasks API All In One
2022-04-16 TypeScript Reflect.getMetadata & Reflect.defineMetadata All In One
2021-04-16 uni-app & this.$ownerInstance & Echarts All In One
2021-04-16 v-charts All In One
2020-04-16 封装 React Native 原生组件(iOS / Android)
2020-04-16 支付宝小程序发版流程
2019-04-16 Gatsby & React & NPX & NVM & NRM All In One