/[grub]/grub2/util/grub-emu.c
ViewVC logotype

Diff of /grub2/util/grub-emu.c

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

revision 1.9 by marco_g, Sat Dec 4 18:45:45 2004 UTC revision 1.10 by marco_g, Tue Jan 4 14:01:45 2005 UTC
# Line 1  Line 1 
1  /*  /*
2   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
3   *  Copyright (C) 2003  Free Software Foundation, Inc.   *  Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
4   *   *
5   *  GRUB is free software; you can redistribute it and/or modify   *  GRUB 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 45  Line 45 
45    
46  #define DEFAULT_DEVICE_MAP      DEFAULT_DIRECTORY "/device.map"  #define DEFAULT_DEVICE_MAP      DEFAULT_DIRECTORY "/device.map"
47    
48  /* XXX.  */  grub_addr_t
49  grub_addr_t grub_end_addr = -1;  grub_arch_modules_addr (void)
50  grub_addr_t grub_total_module_size = 0;  {
51      return 0;
52    }
53    
54  int  int
55  grub_arch_dl_check_header (void *ehdr, grub_size_t size)  grub_arch_dl_check_header (void *ehdr, grub_size_t size)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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