Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/boot/multiboot.S

    rf66c203d r1f5c9c96  
    7373
    7474multiboot_image_start:
    75         cli
    7675        cld
    7776       
     
    7978        movl $START_STACK, %esp
    8079       
    81         /*
    82          * Initialize Global Descriptor Table and
    83          * Interrupt Descriptor Table registers
    84          */
     80        /* Initialize Global Descriptor Table register */
    8581        lgdtl bootstrap_gdtr
    86         lidtl bootstrap_idtr
    8782       
    8883        /* Kernel data + stack */
     
    706701page_directory:
    707702        .space 4096, 0
    708 
    709 .global bootstrap_idtr
    710 bootstrap_idtr:
    711         .word 0
    712         .long 0
    713703
    714704.global bootstrap_gdtr
Note: See TracChangeset for help on using the changeset viewer.