Subversion Repositories HelenOS

Rev

Rev 4127 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4127 decky 1
.code32
2
vesa_init_protected:
3
	movw $gdtselector(KDATA_DES), %cx
4
	movw %cx, %es
5
	movw %cx, %fs
6
	movw %cx, %gs
7
	movw %cx, %ds               # kernel data + stack
8
	movw %cx, %ss
9
 
10
	movl $START_STACK, %esp     # initialize stack pointer
11
 
12
	jmpl $gdtselector(KTEXT_DES), $vesa_meeting_point