Changeset 65640fef in mainline for arch/amd64/src/boot/boot.S
- Timestamp:
- 2006-02-07T09:30:23Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fa2d382
- Parents:
- 37b451f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/boot/boot.S
r37b451f7 r65640fef 59 59 movw $gdtselector(KDATA_DES), %cx 60 60 movw %cx, %es 61 movw %cx, %gs62 movw %cx, %fs63 61 movw %cx, %ds # kernel data + stack 64 62 movw %cx, %ss 63 # Simics seems to remove hidden part of GS on entering user mode 64 # when _visible_ part of GS does not point to user-mode segment 65 movw $gdtselector(UDATA_DES), %cx 66 movw %cx, %fs 67 movw %cx, %gs 65 68 66 69 jmpl $gdtselector(KTEXT32_DES), $multiboot_meeting_point
Note:
See TracChangeset
for help on using the changeset viewer.