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