From 6b8836182339767007ec4e5c61c8e70ca8994b3c Mon Sep 17 00:00:00 2001 From: hailin cai Date: Fri, 19 Feb 2016 11:42:21 -0500 Subject: [PATCH] Update Booting/linux-bootstrap-2md.md --- Booting/linux-bootstrap-2md.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-2md.md b/Booting/linux-bootstrap-2md.md index 557fbb9..8bc43b0 100644 --- a/Booting/linux-bootstrap-2md.md +++ b/Booting/linux-bootstrap-2md.md @@ -301,7 +301,7 @@ static void __attribute__((section(".inittext"))) bios_putchar(int ch) reg->gs = gs(); ``` -Let's look at the [memset](https://github.com/torvalds/linux/blob/master/arch/x86/boot/copy.S#L36) implementation: +下面让我们来看看[memset](https://github.com/torvalds/linux/blob/master/arch/x86/boot/copy.S#L36)函数的实现 : ```assembly GLOBAL(memset)