From c9122e77a38c0a377b339b1e4916f2f0ee32577e Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Wed, 4 Oct 2023 12:07:16 +0800 Subject: [PATCH] R --- ...002 A Guide to Compiling the Linux Kernel All By Yourself.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/20231002 A Guide to Compiling the Linux Kernel All By Yourself.md b/published/20231002 A Guide to Compiling the Linux Kernel All By Yourself.md index 7a48cb9632..22c84a84b4 100644 --- a/published/20231002 A Guide to Compiling the Linux Kernel All By Yourself.md +++ b/published/20231002 A Guide to Compiling the Linux Kernel All By Yourself.md @@ -263,7 +263,7 @@ Debian 及其衍生版为内核模块使用一个签名证书。默认情况下 如果你出于学习内核开发的目的学习如何构建 Linux 内核,那你应该这样做。 -> 🚧 **请注意,偏、脱离你的 Linux 发行版的配置可能无法在实体硬件上“正常”工作。**问题可能是特定硬件无法工作、Linux 内核无法启动等。 +> 🚧 **请注意,偏离你的 Linux 发行版的配置可能无法在实体硬件上“正常”工作。** 问题可能是特定硬件无法工作、Linux 内核无法启动等。 > > 因此,我们只建议在虚拟机中使用。