Changeset 04803bf in mainline for kernel/arch/ia32/src/boot/vesa_ret.inc
- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/arch/ia32/src/boot/vesa_ret.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/boot/vesa_ret.inc
rb50b5af2 r04803bf 1 1 .code32 2 2 vesa_init_protected: 3 movw $gdtselector(KDATA_DES), %cx 3 cld 4 5 /* Initialize stack pointer */ 6 movl $START_STACK, %esp 7 8 /* Kernel data + stack */ 9 movw $GDT_SELECTOR(KDATA_DES), %cx 4 10 movw %cx, %es 5 11 movw %cx, %fs 6 12 movw %cx, %gs 7 movw %cx, %ds # kernel data + stack13 movw %cx, %ds 8 14 movw %cx, %ss 9 15 10 movl $START_STACK, %esp # initialize stack pointer 11 12 jmpl $gdtselector(KTEXT_DES), $vesa_meeting_point 16 jmpl $GDT_SELECTOR(KTEXT_DES), $vesa_meeting_point
Note:
See TracChangeset
for help on using the changeset viewer.
