[BACK]Return to loader.S CVS log [TXT][DIR] Up to [local] / funnyos / arch / sam7s64 / boot

Diff for /funnyos/arch/sam7s64/boot/loader.S between version 1.6 and 1.7

version 1.6, 2007/11/12 21:56:12 version 1.7, 2007/11/12 23:40:42
Line 61 
Line 61 
         /* set system stack pointer */          /* set system stack pointer */
         ldr sp, Asysstack          ldr sp, Asysstack
   
         b main          bl main
         /* NOTREACHED */          /* NOTREACHED */
   
 _vector_undef:  _vector_undef:
Line 105 
Line 105 
   
 /* last word of the physical memory */  /* last word of the physical memory */
 Asysstack:  Asysstack:
 .word   0x00203fff  .word   0x00203ffc
   
 Airqstack:  Airqstack:
 .word   0x00203c00  .word   0x00203c00

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

CVSweb