Skip to content

Commit 9264a1f

Browse files
authored
Merge pull request #19 from sb-child/patch-1
typo fix
2 parents c66ccae + 04d3d05 commit 9264a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-minimal-rust-kernel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
# 使用Rust编写操作系统(二):最小化内核
88

9-
这片文章将基于**x86架构**(the x86 architecture);我们是试着使用Rust语言,编写一个最小化内核。我们将从独立式可执行程序开始,构建自己的内核。我们将向显示器打印字符串,最终打包内核为能引导启动的**磁盘映像**(disk image)。
9+
这篇文章将基于**x86架构**(the x86 architecture);我们是试着使用Rust语言,编写一个最小化内核。我们将从独立式可执行程序开始,构建自己的内核。我们将向显示器打印字符串,最终打包内核为能引导启动的**磁盘映像**(disk image)。
1010

1111
## 引导启动
1212

0 commit comments

Comments
 (0)