Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/boot/vesa_ret.inc

    r873c681 r421c833  
    11.code32
    22vesa_init_protected:
    3         cld
    4        
    5         /* Initialize stack pointer */
    6         movl $START_STACK, %esp
    7        
    8         /* Kernel data + stack */
    93        movw $gdtselector(KDATA_DES), %cx
    104        movw %cx, %es
    115        movw %cx, %fs
    126        movw %cx, %gs
    13         movw %cx, %ds
     7        movw %cx, %ds               # kernel data + stack
    148        movw %cx, %ss
    159       
     10        movl $START_STACK, %esp     # initialize stack pointer
     11       
    1612        jmpl $gdtselector(KTEXT_DES), $vesa_meeting_point
Note: See TracChangeset for help on using the changeset viewer.