head.S
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  *  arch/mips/galileo/compressed/head.S
  3.  *
  4.  */
  5. #include <asm/asm.h>
  6. #include <asm/regdef.h>
  7. .text
  8. NESTED(startup, 16, sp)
  9. .set noreorder
  10. jal decompress_kernel
  11. nop
  12.         jal kernel_location_start+0x584
  13.         nop
  14. END(startup)