1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00
This commit is contained in:
Dave Flogeras 2015-08-27 21:49:42 -03:00 committed by Dave Flogeras
parent 2eb25a5317
commit 511688b110

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
--------------------------------------------------------------------------------