Changeset e13daa5d in mainline for kernel/arch/ia32/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/ia32/src/boot/boot.S
r20b8bf3 re13daa5d 51 51 52 52 multiboot_image_start: 53 cld 53 54 movl $START_STACK, %esp # initialize stack pointer 54 55 lgdt KA2PA(bootstrap_gdtr) # initialize Global Descriptor Table register … … 86 87 mov $VESA_INIT_SEGMENT << 4, %edi 87 88 mov $e_vesa_init - vesa_init, %ecx 88 cld89 89 rep movsb 90 90 … … 207 207 movl $AP_BOOT_OFFSET, %edi 208 208 movl $_hardcoded_unmapped_size, %ecx 209 cld210 209 rep movsb 211 210 … … 280 279 281 280 movw $0x0c00, %ax # black background, light red foreground 282 cld283 281 284 282 ploop:
Note:
See TracChangeset
for help on using the changeset viewer.