=================================================================== RCS file: /cvs/funnyos/arch/sam7s64/boot/loader.S,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- funnyos/arch/sam7s64/boot/loader.S 2007/11/12 21:56:12 1.6 +++ funnyos/arch/sam7s64/boot/loader.S 2007/11/12 23:40:42 1.7 @@ -1,5 +1,5 @@ /* - * $Id: loader.S,v 1.6 2007/11/12 21:56:12 nbrk Exp $ + * $Id: loader.S,v 1.7 2007/11/12 23:40:42 nbrk Exp $ */ /* * FunnyOS loader @@ -61,7 +61,7 @@ /* set system stack pointer */ ldr sp, Asysstack - b main + bl main /* NOTREACHED */ _vector_undef: @@ -105,7 +105,7 @@ /* last word of the physical memory */ Asysstack: -.word 0x00203fff +.word 0x00203ffc Airqstack: .word 0x00203c00