Rev 2219 | Rev 2302 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2219 | Rev 2222 | ||
---|---|---|---|
Line 439... | Line 439... | ||
439 | # when _visible_ part of GS does not point to user-mode segment |
439 | # when _visible_ part of GS does not point to user-mode segment |
440 | movw $gdtselector(UDATA_DES), %cx |
440 | movw $gdtselector(UDATA_DES), %cx |
441 | movw %cx, %fs |
441 | movw %cx, %fs |
442 | movw %cx, %gs |
442 | movw %cx, %gs |
443 | 443 | ||
- | 444 | movl $START_STACK, %esp # initialize stack pointer |
|
- | 445 | ||
444 | jmpl $gdtselector(KTEXT32_DES), $vesa_meeting_point |
446 | jmpl $gdtselector(KTEXT32_DES), $vesa_meeting_point |
445 | 447 | ||
446 | .align 4 |
448 | .align 4 |
447 | e_vesa_init: |
449 | e_vesa_init: |
448 | #endif |
450 | #endif |