|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /lib/modules/2.6.18-308.4.1.el5/source/include/linux/ |
Upload File : |
#ifndef ELF_BOOT_H #define ELF_BOOT_H /* Elf notes to help bootloaders identify what program they are booting. */ /* Standardized Elf image notes for booting... The name for all of these is ELFBoot */ #define ELF_NOTE_BOOT "ELFBoot" #define EIN_PROGRAM_NAME 0x00000001 /* The program in this ELF file */ #define EIN_PROGRAM_VERSION 0x00000002 /* The version of the program in this ELF file */ #define EIN_PROGRAM_CHECKSUM 0x00000003 /* ip style checksum of the memory image. */ #define EIN_ARGUMENT_STYLE 0x00000004 /* String identifying argument passing style */ #endif /* ELF_BOOT_H */