Subversion Repositories HelenOS-historic

Rev

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

Rev 112 Rev 113
Line 93... Line 93...
93
	
93
	
94
	# turn on paging
94
	# turn on paging
95
	movl %cr0, %ebx
95
	movl %cr0, %ebx
96
	orl $(1<<31), %ebx
96
	orl $(1<<31), %ebx
97
	movl %ebx, %cr0
97
	movl %ebx, %cr0
98
	jmp 0f
-
 
99
0:
-
 
100
	ret
98
	ret
101
 
99
 
102
 
100
 
103
.section K_DATA_START
101
.section K_DATA_START
104
 
102