summaryrefslogtreecommitdiff
path: root/arch/i386/boot/idt.c
AgeCommit message (Expand)Author
2023-11-26arch: i386: idt.c: install the ISR handlersDanny Holman
2023-11-26arch: i386: idt.c: remove the irq number from handlerDanny Holman
2023-11-26arch: i386: idt.c: call the page fault handlerDanny Holman
2023-11-26arch: i386: idt.c: add a stopgap to halt_catch_fireDanny Holman
2023-11-26arch: i386: idt.c: remove unneeded define macrosDanny Holman
2022-03-22arch: i386: make serial_writestring inlineDanny Holman
2022-01-15arch: i386: add support for IRQs and system callsDanny Holman
2022-01-15arch: i386: simplify IDT setupDanny Holman
2021-10-09arch: i386: include more information in IDTDanny Holman
2021-09-28arch: i386: fix IDT exception handlerDanny Holman
2021-08-30i386: create idt.c and isr.sDanny Holman