Subversion Repositories HelenOS-historic

Rev

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

Rev 112 Rev 113
Line 61... Line 61...
61
	movw %ax,%ds
61
	movw %ax,%ds
62
	movw %ax,%es
62
	movw %ax,%es
63
	movw %ax,%ss
63
	movw %ax,%ss
64
	movl $(ctx-0x80000000),%eax	# KA2PA((__address) &ctx)
64
	movl $(ctx-0x80000000),%eax	# KA2PA((__address) &ctx)
65
	movl (%eax),%esp
65
	movl (%eax),%esp
-
 
66
	subl $0x80000000,%esp		# KA2PA(ctx.sp)
66
 
67
 
67
	lidt idtr
68
	lidt idtr
68
 
69
 
69
	call map_kernel
70
	call map_kernel
70
 
71