Subversion Repositories HelenOS-historic

Rev

Rev 1214 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1214 Rev 1783
Line 31... Line 31...
31
.section BOOTSTRAP, "ax"
31
.section BOOTSTRAP, "ax"
32
 
32
 
33
.global start
33
.global start
34
 
34
 
35
start:
35
start:
36
	lis r4, ofw@ha
36
	lis r4, ofw_cif@ha
37
	addi r4, r4, ofw@l
37
	addi r4, r4, ofw_cif@l
38
	stw r5, 0(r4)
38
	stw r5, 0(r4)
39
	
39
	
40
	bl init
40
	bl init
41
	
41
	
42
	b bootstrap
42
	b bootstrap