/[grub]/grub2/include/grub/kernel.h
ViewVC logotype

Diff of /grub2/include/grub/kernel.h

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

revision 1.6 by okuji, Tue Feb 15 00:07:01 2005 UTC revision 1.7 by marco_g, Sat Oct 1 19:49:55 2005 UTC
# Line 26  Line 26 
26  struct grub_module_header  struct grub_module_header
27  {  {
28    /* The offset of object code.  */    /* The offset of object code.  */
29    grub_off_t offset;    grub_host_off_t offset;
30    /* The size of object code plus this header.  */    /* The size of object code plus this header.  */
31    grub_size_t size;    grub_host_size_t size;
32  };  };
33    
34  /* "gmim" (GRUB Module Info Magic).  */  /* "gmim" (GRUB Module Info Magic).  */
# Line 39  struct grub_module_info Line 39  struct grub_module_info
39    /* Magic number so we know we have modules present.  */    /* Magic number so we know we have modules present.  */
40    grub_uint32_t magic;    grub_uint32_t magic;
41    /* The offset of the modules.  */    /* The offset of the modules.  */
42    grub_off_t offset;    grub_host_off_t offset;
43    /* The size of all modules plus this header.  */    /* The size of all modules plus this header.  */
44    grub_size_t size;    grub_host_size_t size;
45  };  };
46    
47  extern grub_addr_t grub_arch_modules_addr (void);  extern grub_addr_t grub_arch_modules_addr (void);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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