Changeset e13daa5d in mainline for kernel/arch/amd64/src/boot/boot.S
- Timestamp:
- 2008-03-19T21:13:49Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 047aa46
- Parents:
- 20b8bf3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/boot/boot.S
r20b8bf3 re13daa5d 55 55 56 56 multiboot_image_start: 57 cld 57 58 movl $START_STACK, %esp # initialize stack pointer 58 59 lgdtl bootstrap_gdtr # initialize Global Descriptor Table register … … 127 128 mov $VESA_INIT_SEGMENT << 4, %edi 128 129 mov $e_vesa_init - vesa_init, %ecx 129 cld130 130 rep movsb 131 131 … … 283 283 movq $AP_BOOT_OFFSET, %rdi 284 284 movq $_hardcoded_unmapped_size, %rcx 285 cld286 285 rep movsb 287 286 … … 557 556 558 557 movw $0x0c00, %ax # black background, light red foreground 559 cld560 558 561 559 ploop:
Note:
See TracChangeset
for help on using the changeset viewer.