Subversion Repositories HelenOS-historic

Rev

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

Rev 329 Rev 330
Line 33... Line 33...
33
.set nomacro
33
.set nomacro
34
 
34
 
35
#include <arch/asm/boot.h>
35
#include <arch/asm/boot.h>
36
 
36
 
37
#ifndef KERNEL_LOAD_ADDRESS
37
#ifndef KERNEL_LOAD_ADDRESS
38
# define KERNEL_LOAD_ADDRESS 0x80010000
38
# define KERNEL_LOAD_ADDRESS 0x80100000
39
#endif
39
#endif
40
	
40
	
41
.global start
41
.global start
42
start:
42
start:
43
	lui     $ra, KERNEL_LOAD_ADDRESS >> 16 
43
	lui     $ra, KERNEL_LOAD_ADDRESS >> 16