Ignore:
File:
1 edited

Legend:

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

    rf66c203d r9d58539  
    116116
    117117multiboot2_image_start:
    118         cli
    119118        cld
    120119       
     
    122121        movl $START_STACK, %esp
    123122       
    124         /*
    125          * Initialize Global Descriptor Table and
    126          * Interrupt Descriptor Table registers
    127          */
     123        /* Initialize Global Descriptor Table register */
    128124        lgdtl bootstrap_gdtr
    129         lidtl bootstrap_idtr
    130125       
    131126        /* Kernel data + stack */
Note: See TracChangeset for help on using the changeset viewer.