charlotte-os / charlotte-core

The Kernel of CharlotteOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement drivers for the LAPIC and IOAPIC so that IRQs can be used

KonnerV opened this issue · comments

Develop drivers to enable the configuration and use of the local and I/O APICs to send interrupt requests to the CPU.

Just wanted to clarify that this is the APIC not the legacy 8259 PIC.

Yea, APIC is what I thought you meant because the 8259 PIC is quite old

Perfect!

Right now this is being blocked on #55

I unassigned this and set the status on the project board to blocked.

I've set the status to this to in progress since some parts have already been done and merged into main. I've assigned it to @xadaemon who did that work.

Ok, I'm back to working on charlotte this weekend, I want to maybe finish irq driver for good