/[grub]/grub2/kern/powerpc/ieee1275/init.c
ViewVC logotype

Diff of /grub2/kern/powerpc/ieee1275/init.c

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

revision 1.19 by hollisb, Tue Jun 21 02:33:51 2005 UTC revision 1.20 by hollisb, Wed Aug 3 22:53:51 2005 UTC
# Line 23  Line 23 
23  #include <grub/disk.h>  #include <grub/disk.h>
24  #include <grub/mm.h>  #include <grub/mm.h>
25  #include <grub/partition.h>  #include <grub/partition.h>
 #include <grub/machine/ieee1275.h>  
26  #include <grub/normal.h>  #include <grub/normal.h>
27  #include <grub/fs.h>  #include <grub/fs.h>
28  #include <grub/setjmp.h>  #include <grub/setjmp.h>
29  #include <grub/env.h>  #include <grub/env.h>
30  #include <grub/misc.h>  #include <grub/misc.h>
31    #include <grub/console.h>
32  #include <grub/machine/time.h>  #include <grub/machine/time.h>
33  #include <grub/machine/kernel.h>  #include <grub/machine/kernel.h>
34  #include <grub/machine/console.h>  #include <grub/ieee1275/ofdisk.h>
35  #include <grub/machine/ofdisk.h>  #include <grub/ieee1275/ieee1275.h>
36    
37  /* Apple OF 1.0.5 reserves 0x0 to 0x4000 for the exception handlers.  */  /* Apple OF 1.0.5 reserves 0x0 to 0x4000 for the exception handlers.  */
38  static const grub_addr_t grub_heap_start = 0x4000;  static const grub_addr_t grub_heap_start = 0x4000;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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