From e60f8a2fb1c43f38aeda0a7ca3d1f5be99ef7b05 Mon Sep 17 00:00:00 2001 From: ruthgrace Date: Fri, 9 Oct 2015 01:34:26 -0400 Subject: [PATCH] fixed grammar mistake: Remind that -> Recall that --- Booting/linux-bootstrap-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-4.md b/Booting/linux-bootstrap-4.md index 15039fc..bd361d5 100644 --- a/Booting/linux-bootstrap-4.md +++ b/Booting/linux-bootstrap-4.md @@ -14,7 +14,7 @@ In the previous [part](https://github.com/0xAX/linux-insides/blob/master/Booting jmpl *%eax ``` -Remind that `eax` register contains the address of the 32-bit entry point. We can read about this point from the linux kernel x86 boot protocol: +Recall that `eax` register contains the address of the 32-bit entry point. We can read about this point from the linux kernel x86 boot protocol: ``` When using bzImage, the protected-mode kernel was relocated to 0x100000