Changes in kernel/arch/ia32/src/boot/multiboot.S [f66c203d:1f5c9c96] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/boot/multiboot.S
rf66c203d r1f5c9c96 73 73 74 74 multiboot_image_start: 75 cli76 75 cld 77 76 … … 79 78 movl $START_STACK, %esp 80 79 81 /* 82 * Initialize Global Descriptor Table and 83 * Interrupt Descriptor Table registers 84 */ 80 /* Initialize Global Descriptor Table register */ 85 81 lgdtl bootstrap_gdtr 86 lidtl bootstrap_idtr87 82 88 83 /* Kernel data + stack */ … … 706 701 page_directory: 707 702 .space 4096, 0 708 709 .global bootstrap_idtr710 bootstrap_idtr:711 .word 0712 .long 0713 703 714 704 .global bootstrap_gdtr
Note:
See TracChangeset
for help on using the changeset viewer.