summaryrefslogtreecommitdiff
path: root/arch/i386/boot/idt.c (unfollow)
Commit message (Expand)AuthorFilesLines
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