Changes in kernel/arch/amd64/src/boot/multiboot2.S [f66c203d:40898df] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/boot/multiboot2.S
rf66c203d r40898df 116 116 117 117 multiboot2_image_start: 118 cli119 118 cld 120 119 … … 122 121 movl $START_STACK, %esp 123 122 124 /* 125 * Initialize Global Descriptor Table and 126 * Interrupt Descriptor Table registers 127 */ 123 /* Initialize Global Descriptor Table register */ 128 124 lgdtl bootstrap_gdtr 129 lidtl bootstrap_idtr130 125 131 126 /* Kernel data + stack */
Note:
See TracChangeset
for help on using the changeset viewer.