Update Booting/linux-bootstrap-2md.md

This commit is contained in:
hailin cai
2016-02-19 11:42:21 -05:00
parent 9d140da0c1
commit 6b88361823

View File

@@ -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)