You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_posts/lnx/arch.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,11 +65,11 @@ yay -S fcitx5-sogou
65
65
66
66
- 编译内核,生成内核 ELF 可执行文件 vmlinuz (压缩格式),安装内核模块
67
67
- 生成初始内存文件系统 initramfs
68
-
-更新 grub.cfg
68
+
-更新引导加载程序 bootloader 的配置,即 `/boot/grub/grub.cfg`
69
69
70
70
总的来说,在 Arch Linux 上制作一个可启动的新内核,让系统能够用新内核正常工作,是相对比较简单的,这也是我放弃 openKylin,转向 Arch Linux 的主要原因,在 openKylin 上,光是找到目前正在运行的内核源码都费半天劲儿,包括内核源码库,整个发行版的软件包源码仓库,软件版本管理都有点混乱。
Copy file name to clipboardExpand all lines: source/_posts/utils/make.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,20 @@ $(info $(CURDIR))
92
92
* 这两个内置函数被放在 GNU Make 官方文档 [8.3 Functions for File Names](https://www.gnu.org/software/make/manual/html_node/File-Name-Functions.html) 章节的头两个,可见它们的使用之多。这一章节的函数都是专门用来**拆分**文件路径的。
0 commit comments