Subversion Repositories HelenOS

Rev

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

Rev 2413 Rev 2464
Line 32... Line 32...
32
 
32
 
33
.global kernel_image_start
33
.global kernel_image_start
34
.global exc_stack
34
.global exc_stack
35
.global supervisor_sp
35
.global supervisor_sp
36
 
36
 
37
 
-
 
38
kernel_image_start:
37
kernel_image_start:
39
	
38
	
40
	# switch to supervisor mode
39
	# switch to supervisor mode
41
	mrs r3, cpsr
40
	mrs r3, cpsr
42
	bic r3, r3, #0x1f
41
	bic r3, r3, #0x1f