Subversion Repositories HelenOS-historic

Rev

Rev 319 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 319 Rev 326
Line 34... Line 34...
34
 
34
 
35
#include <arch/asm/boot.h>
35
#include <arch/asm/boot.h>
36
	
36
	
37
.global start
37
.global start
38
start:
38
start:
39
	lui     $ra, KERNEL_STARTUP_ADDRESS >> 16 
39
	lui     $ra, KERNEL_LOAD_ADDRESS >> 16 
40
	ori     $ra, KERNEL_STARTUP_ADDRESS & 0xffff
40
	ori     $ra, KERNEL_LOAD_ADDRESS & 0xffff
41
 
41
 
42
	j $ra
42
	j $ra
43
	nop
43
	nop