Subversion Repositories HelenOS-historic

Rev

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

Rev 160 Rev 163
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
34
 
35