[BACK]Return to exec.h CVS log [TXT][DIR] Up to [local] / sys / arch / amd64 / include

Annotation of sys/arch/amd64/include/exec.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: exec.h,v 1.2 2004/02/27 17:41:25 deraadt Exp $        */
                      2: /*
                      3:  * Written by Artur Grabowski <art@openbsd.org> Public Domain
                      4:  */
                      5:
                      6: #ifndef _AMD64_EXEC_H_
                      7: #define _AMD64_EXEC_H_
                      8:
                      9: #define __LDPGSZ 4096
                     10:
                     11: #define NATIVE_EXEC_ELF
                     12:
                     13: #define ARCH_ELFSIZE 64
                     14:
                     15: #define ELF_TARG_CLASS         ELFCLASS64
                     16: #define ELF_TARG_DATA          ELFDATA2LSB
                     17: #define ELF_TARG_MACH          EM_AMD64
                     18:
                     19: #define _NLIST_DO_ELF
                     20: #define _KERN_DO_ELF64
                     21:
                     22: #endif

CVSweb