/[grub]/grub/stage2/i386-elf.h
ViewVC logotype

Diff of /grub/stage2/i386-elf.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by okuji, Mon Nov 12 06:57:29 2001 UTC revision 1.5 by okuji, Tue Jul 9 13:24:21 2002 UTC
# Line 1  Line 1 
1  /*  /*
2   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
3   *  Copyright (C) 2001  Free Software Foundation, Inc.   *  Copyright (C) 2001,2002  Free Software Foundation, Inc.
4   *   *
5   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
6   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 50  typedef struct Line 50  typedef struct
50        
51  #define EI_VERSION      6       /* version number.  "e_version" must be the same */  #define EI_VERSION      6       /* version number.  "e_version" must be the same */
52  #define EV_CURRENT      1       /* current version number */  #define EV_CURRENT      1       /* current version number */
53    
54    #define EI_OSABI        7       /* operating system/ABI indication */
55    #define ELFOSABI_FREEBSD        9
56      
57    #define EI_ABIVERSION   8       /* ABI version */
58        
59  #define EI_PAD          7       /* from here in is just padding */  #define EI_PAD          9       /* from here in is just padding */
60        
61  #define EI_BRAND        8       /* start of OS branding (This is  #define EI_BRAND        8       /* start of OS branding (This is
62                                     obviously illegal against the ELF                                     obviously illegal against the ELF

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26