1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-03-03 08:16:06 +00:00

Merge pull request #187 from dflogeras/linux-bootstrap-4-fix

Fix typo
This commit is contained in:
0xAX 2015-08-28 13:28:18 +06:00
commit bf2fb884f1

View File

@ -216,7 +216,7 @@ no_longmode:
jmp 1b
```
We set stack, cheked CPU and now can move on the next step.
We set stack, checked CPU and now can move on the next step.
Calculate relocation address
--------------------------------------------------------------------------------