summaryrefslogtreecommitdiff
path: root/arch/i386/kernel/idt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-12PROJECT RESTRUCTURINGDanny Holman1-149/+0
2024-06-25kernel: interrupt: create a generic interrupt APIDanny Holman1-15/+12
2024-05-27arch: i386: update all files to use the new libkDanny Holman1-12/+12
2024-02-24arch: i386: cleanup everything and reorganizeDanny Holman1-26/+16
2024-02-16arch: i386: move IRQ functions to PIC driverDanny Holman1-17/+26
2023-11-26arch: i386: idt.c: install the ISR handlersDanny Holman1-47/+62
2023-11-26arch: i386: idt.c: remove the irq number from handlerDanny Holman1-1/+2
2023-11-26arch: i386: idt.c: call the page fault handlerDanny Holman1-3/+1
2023-11-26arch: i386: idt.c: add a stopgap to halt_catch_fireDanny Holman1-0/+1
2023-11-26arch: i386: idt.c: remove unneeded define macrosDanny Holman1-23/+1
2022-03-22arch: i386: make serial_writestring inlineDanny Holman1-14/+8
2022-01-15arch: i386: add support for IRQs and system callsDanny Holman1-1/+5
2022-01-15arch: i386: simplify IDT setupDanny Holman1-4/+100
2021-10-09arch: i386: include more information in IDTDanny Holman1-40/+40
2021-09-28arch: i386: fix IDT exception handlerDanny Holman1-33/+49
2021-08-30i386: create idt.c and isr.sDanny Holman1-0/+50