chore: 改改标点和排版
All checks were successful
部署文档 / build (push) Successful in 55s

套娃解说尽量改成脚注。
This commit is contained in:
2025-06-05 11:49:22 +08:00
parent bb15f64eb8
commit 788719c178
3 changed files with 13 additions and 22 deletions

View File

@ -15,9 +15,9 @@ tag:
由于我对 Linux 乃至整个 UEFI 的启动机制尚且“浅尝辄止”,本文并不会展开很多硬核内容,只是对我个人使用过的启动方案做个总结。
::: tip 引导和启动
在维基百科中二者似乎是同一概念,搜索“启动程序”会跳转到[“引导程序”](https://zh.wikipedia.org/wiki/%E5%95%9F%E5%8B%95%E7%A8%8B%E5%BC%8F)的介绍。
在维基百科中二者似乎是同一概念[^wikipedia_booting],搜索“启动程序”会跳转到[“引导程序”](https://zh.wikipedia.org/wiki/%E5%95%9F%E5%8B%95%E7%A8%8B%E5%BC%8F)的介绍。
> 另见英文维基:[Booting](https://en.wikipedia.org/wiki/Booting)
[^wikipedia_booting]: 另见英文维基:[Booting](https://en.wikipedia.org/wiki/Booting)。
国内很多折腾 WinPE 的人(包括我)对此也并没有很明确的区分;当然有些博客则对开机装载 Linux 的过程拆分成引导、启动两个阶段。本文为了方便起见,用词不作区分。
:::