/[grub]/grub2/boot/powerpc/ieee1275/crt0.S
ViewVC logotype

Diff of /grub2/boot/powerpc/ieee1275/crt0.S

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

revision 1.4 by marco_g, Tue Dec 28 22:43:37 2004 UTC revision 1.5 by marco_g, Tue Jan 4 14:01:45 2005 UTC
# Line 1  Line 1 
1  /* crt0.S - Startup code for the PowerPC.  */  /* crt0.S - Startup code for the PowerPC.  */
2  /*  /*
3   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
4   *  Copyright (C) 2003, 2004  Free Software Foundation, Inc.   *  Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
5   *   *
6   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
7   *  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 18  Line 18 
18   *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.   *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19   */   */
20    
         .section ".note"  
         .align  2  
 .note_section_header:  
         .long   8  
         .long   24  
         .long   0x1275  
         .string "PowerPC"  
 .note_descriptor:  
         .long   0x0             /* real-mode */  
         .long   0xffffffff      /* real-base */  
         .long   0xffffffff      /* real-size */  
         .long   0xffffffff      /* virt-base */  
         .long   0xffffffff      /* virt-size */  
         .long   0x00030000      /* load-base */  
   
21  .extern __bss_start  .extern __bss_start
22  .extern _end  .extern _end
23    

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