Subversion Repositories HelenOS-historic

Rev

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

Rev 177 Rev 216
Line 64... Line 64...
64
	movw %ax,%ds			# kernel data + stack
64
	movw %ax,%ds			# kernel data + stack
65
	movw %ax,%ss
65
	movw %ax,%ss
66
 
66
 
67
	call map_kernel			# map kernel and turn paging on
67
	call map_kernel			# map kernel and turn paging on
68
 
68
 
69
	movl $_hardcoded_ktext_size, hardcoded_ktext_size
-
 
70
	movl $_hardcoded_kdata_size, hardcoded_kdata_size
-
 
71
	movl $_hardcoded_load_address, hardcoded_load_address
-
 
72
 
-
 
73
	call main_bsp			# never returns
69
	call main_bsp			# never returns
74
 
70
 
75
	cli
71
	cli
76
	hlt
72
	hlt
77
 
73