1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00

fixed grammar mistake: Remind that -> Recall that

This commit is contained in:
ruthgrace 2015-10-09 01:34:26 -04:00
parent 33a4a4f284
commit e60f8a2fb1

View File

@ -14,7 +14,7 @@ In the previous [part](https://github.com/0xAX/linux-insides/blob/master/Booting
jmpl *%eax 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 When using bzImage, the protected-mode kernel was relocated to 0x100000