summaryrefslogtreecommitdiff
path: root/arch/i386/boot/idt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch: i386: cleanup everything and reorganizeDanny Holman2024-02-241-162/+0
* arch: i386: move IRQ functions to PIC driverDanny Holman2024-02-161-17/+26
* arch: i386: idt.c: install the ISR handlersDanny Holman2023-11-261-47/+62
* arch: i386: idt.c: remove the irq number from handlerDanny Holman2023-11-261-1/+2
* arch: i386: idt.c: call the page fault handlerDanny Holman2023-11-261-3/+1
* arch: i386: idt.c: add a stopgap to halt_catch_fireDanny Holman2023-11-261-0/+1
* arch: i386: idt.c: remove unneeded define macrosDanny Holman2023-11-261-23/+1
* arch: i386: make serial_writestring inlineDanny Holman2022-03-221-14/+8
* arch: i386: add support for IRQs and system callsDanny Holman2022-01-151-1/+5
* arch: i386: simplify IDT setupDanny Holman2022-01-151-4/+100
* arch: i386: include more information in IDTDanny Holman2021-10-091-40/+40
* arch: i386: fix IDT exception handlerDanny Holman2021-09-281-33/+49
* i386: create idt.c and isr.sDanny Holman2021-08-301-0/+50