Subversion Repositories HelenOS-historic

Rev

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

Rev 163 Rev 185
Line 29... Line 29...
29
.section K_TEXT_START
29
.section K_TEXT_START
30
 
30
 
31
.global kernel_image_start
31
.global kernel_image_start
32
 
32
 
33
kernel_image_start:
33
kernel_image_start:
34
	b main_bsp
-
 
35
 
34
	bl early_init
-
 
35
	
-
 
36
	b main_bsp
-
 
37