From 25655d87c6b83e06f12cd7bd7e8e43b3747c6665 Mon Sep 17 00:00:00 2001 From: hailin cai Date: Tue, 1 Mar 2016 09:37:17 -0800 Subject: [PATCH] Update Booting/linux-bootstrap-1.md --- Booting/linux-bootstrap-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-1.md b/Booting/linux-bootstrap-1.md index cc0ff2d..89baba9 100644 --- a/Booting/linux-bootstrap-1.md +++ b/Booting/linux-bootstrap-1.md @@ -450,7 +450,7 @@ BSS 段用来存储那些没有被初始化的静态变量。对于这个段使 跳转到 main 函数 -------------------------------------------------------------------------------- -大目前为止,我们拥有了堆栈和 BSS,现在我们可以跳入 `main()` 函数来执行 C 代码了: +到目前为止,我们拥有了堆栈和 BSS,现在我们可以跳入 `main()` 函数来执行 C 代码了: ```assembly calll main