Changes in kernel/arch/amd64/src/boot/multiboot.S [f66c203d:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/boot/multiboot.S
rf66c203d r9d58539 76 76 77 77 multiboot_image_start: 78 cli79 78 cld 80 79 … … 82 81 movl $START_STACK, %esp 83 82 84 /* 85 * Initialize Global Descriptor Table and 86 * Interrupt Descriptor Table registers 87 */ 83 /* Initialize Global Descriptor Table register */ 88 84 lgdtl bootstrap_gdtr 89 lidtl bootstrap_idtr90 85 91 86 /* Kernel data + stack */ … … 650 645 .section K_DATA_START, "aw", @progbits 651 646 652 .global bootstrap_idtr653 bootstrap_idtr:654 .word 0655 .long 0656 657 647 .global bootstrap_gdtr 658 648 bootstrap_gdtr:
Note:
See TracChangeset
for help on using the changeset viewer.