通过国内镜像站下载Linux内核

前言

大部分学校的内核相关课程会让你下载Linux内核源码
但是官网下载实在是非常缓慢。。。
下面是一些国内镜像站,下载起来速度飞起

镜像列表

清华大学TUNA协会镜像站:
https://mirrors.tuna.tsinghua.edu.cn/kernel/

华中科技大学开源镜像站:
https://mirrors.hust.edu.cn/kernel.org/linux/kernel/

阿里云开源镜像站:
https://mirrors.aliyun.com/linux-kernel/

用法

比如说你要下载Linux 7.0.8的内核源码

以华中科技大学开源镜像站为例:

https://mirrors.hust.edu.cn/kernel.org/linux/kernel/v7.x/linux-7.0.8.tar.gz

访问这个网址即可。
其他镜像站/更换版本同理,只需要替换 https://mirrors.hust.edu.cn/kernel.org/linux/kernel/为上表中的内容即可。

posted @ 2026-05-16 10:57  yeying-xingchen  阅读(230)  评论(0)    收藏  举报