Improved documentation
This commit is contained in:
parent
1b75529bb3
commit
96078f40d8
6 changed files with 49 additions and 26 deletions
|
@ -23,4 +23,8 @@ Usually, this value is 65536 (0x1000).
|
|||
|
||||
## Initialization in Linux
|
||||
|
||||
See `/lib/modules/$(uname -r)/build/arch/x86/include/asm/elf.h`.
|
||||
ELF loader:
|
||||
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/binfmt_elf.c
|
||||
|
||||
ELF register definitions:
|
||||
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/x86/include/asm/elf.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue