Implementations

ID: elf-hello-world/implementations

ELF Hello World Tutorial / Implementations by Ciro Santilli 36 Updated +Created
  • Operating systems read and run ELF files.
    Kernels cannot link to a library nor use the C stlib, so they are more likely to implement it themselves.
    This is the case of the Linux kernel 4.2 which implements it in th file fs/binfmt_elf.c.

New to topics? Read the docs here!