Ignore:
File:
1 edited

Legend:

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

    rf66c203d r9d58539  
    7676
    7777multiboot_image_start:
    78         cli
    7978        cld
    8079       
     
    8281        movl $START_STACK, %esp
    8382       
    84         /*
    85          * Initialize Global Descriptor Table and
    86          * Interrupt Descriptor Table registers
    87          */
     83        /* Initialize Global Descriptor Table register */
    8884        lgdtl bootstrap_gdtr
    89         lidtl bootstrap_idtr
    9085       
    9186        /* Kernel data + stack */
     
    650645.section K_DATA_START, "aw", @progbits
    651646
    652 .global bootstrap_idtr
    653 bootstrap_idtr:
    654         .word 0
    655         .long 0
    656 
    657647.global bootstrap_gdtr
    658648bootstrap_gdtr:
Note: See TracChangeset for help on using the changeset viewer.