Merge pull request #407 from bobsaintcool/linux-theory-elf-fixtypo-0

<Theory/ELF: Fix a link to kernel memory map documentation>
pull/408/head
0xAX 8 years ago committed by GitHub
commit 5e586d80fc

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