Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/src/asm.S

    r0407636 r45f7449  
    2727#
    2828
    29 #include <abi/asmtool.h>
    3029#include <arch/arch.h>
    3130#include <arch/regname.h>
     
    3534.set nomacro
    3635
     36.global start
     37.global halt
     38.global jump_to_kernel
     39
    3740.section BOOTSTRAP
    3841
    39 SYMBOL(start)
     42start:
    4043        /*
    4144         * Setup the CP0 configuration
     
    142145.text
    143146
    144 FUNCTION_BEGIN(halt)
     147halt:
    145148        j halt
    146149        nop
    147 FUNCTION_END(halt)
    148150
    149 FUNCTION_BEGIN(jump_to_kernel)
     151jump_to_kernel:
    150152        /*
    151153         * TODO:
     
    156158        j $a0
    157159        nop
    158 FUNCTION_END(jump_to_kernel)
Note: See TracChangeset for help on using the changeset viewer.