From 002ef60893815c8ac490e4ec5644da8de0086156 Mon Sep 17 00:00:00 2001 From: 0xAX Date: Fri, 12 Jun 2015 22:52:42 +0600 Subject: [PATCH] Update linux-bootstrap-5.md --- Booting/linux-bootstrap-5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-5.md b/Booting/linux-bootstrap-5.md index 0212184..dce09cd 100644 --- a/Booting/linux-bootstrap-5.md +++ b/Booting/linux-bootstrap-5.md @@ -38,7 +38,7 @@ ENTRY(startup_64) movl %eax, %gs ``` -in the start of `startup_64`. All segment registers besides `cs` points now to the `ds` which is `0x18` (if you don't understand why it is `0x18`, read the previous part). +in the beginning of the `startup_64`. All segment registers besides `cs` points now to the `ds` which is `0x18` (if you don't understand why it is `0x18`, read the previous part). The next step is computation of difference between where kernel was compiled and where it was loaded: