Setting Up the IDT

Kernel Functions Hardware Inits IDT Section

                               Setting up the IDT could be done in either 'Kernel' or 'Init'. But making descriptors could be done in 'only' in Kernel. IDT contains the descriptors for Interrupt Handlers and other code sections.