From 52a79a731988426d7d699aea1c3e7bd5accbe6cc Mon Sep 17 00:00:00 2001 From: ruthgrace Date: Sat, 31 Oct 2015 02:47:55 -0400 Subject: [PATCH] fixed grammar in linux-bootstrap-1.md, Bootloader section --- 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 e0b3a34..871c0e8 100644 --- a/Booting/linux-bootstrap-1.md +++ b/Booting/linux-bootstrap-1.md @@ -241,7 +241,7 @@ So when the bootloader transfers control to the kernel, it starts at: 0x1000 + X + sizeof(KernelBootSector) + 1 ``` -where `X` is the address of the kernel bootsector loaded. In my case `X` is `0x10000`, as we can see in a memory dump: +where `X` is the address of the kernel boot sector loaded. In my case `X` is `0x10000`, as we can see in a memory dump: ![kernel first address](http://oi57.tinypic.com/16bkco2.jpg)