summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/interrupts/isr.c
AgeCommit message (Expand)Author
2023-01-25kernel/irq: use a lookup table for irqsdzwdz
2023-01-25style: typedef structs, shorter namespacesdzwdz
2023-01-25kernel/virt: replace the virt_cpy api with a more foolproof onedzwdz
2022-09-01kernel: add a debug print for the amount of used memorydzwdz
2022-08-17amd64: rtl8139 driver with basic rx supportdzwdz
2022-08-07kernel: ps2 mouse supportdzwdz
2022-08-04syscalls: add _syscall_sleep()dzwdz
2022-08-03amd64: cleanup the irq code, #define the magic numbersdzwdz
2022-07-16amd64: back at the shell!dzwdz
2022-07-16amd64: init can print to the terminal nowdzwdz
2022-07-16amd64: barely boot into kernel codedzwdz