mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-03 12:20:56 +00:00
Just one typo corrected in a hex number at 'segment registers align'
This commit is contained in:
parent
4da386613e
commit
0ea66bb884
@ -340,7 +340,7 @@ First of all it ensures that `ds` and `es` segment registers point to the same a
|
|||||||
sti
|
sti
|
||||||
```
|
```
|
||||||
|
|
||||||
As i wrote above, grub2 loads kernel setup code at `0x10000` address and `cs` at `0x0x1020` because execution doesn't start from the start of file, but from:
|
As i wrote above, grub2 loads kernel setup code at `0x10000` address and `cs` at `0x1020` because execution doesn't start from the start of file, but from:
|
||||||
|
|
||||||
```
|
```
|
||||||
_start:
|
_start:
|
||||||
|
Loading…
Reference in New Issue
Block a user