<Theory/ELF: Fix a link to kernel memory map documentation>

The link pointed to "EFI region mapping space" instead of "kernel text
mapping, from phys 0".
pull/407/head
Quentin Bourgeois 8 years ago
parent 349d68a27f
commit 587f30dca7
No known key found for this signature in database
GPG Key ID: 2FF56A3E53DD1793

@ -137,7 +137,7 @@ ELF Header:
Here we can see that `vmlinux` is a 64-bit executable file.
We can read from the [Documentation/x86/x86_64/mm.txt](https://github.com/torvalds/linux/blob/master/Documentation/x86/x86_64/mm.txt#L19):
We can read from the [Documentation/x86/x86_64/mm.txt](https://github.com/torvalds/linux/blob/master/Documentation/x86/x86_64/mm.txt#L21):
```
ffffffff80000000 - ffffffffa0000000 (=512 MB) kernel text mapping, from phys 0

Loading…
Cancel
Save