Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-15 | kern/amd64: Add I/O APIC initialization code | Ian Moffett | |
This commit introduces the initial I/O APIC driver code that does basic initialization i.e., grabbing base address from MADT, masking each pin, etc. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-15 | kern/amd64: boot: Disable the i8259 chip on boot | Ian Moffett | |
To avoid interrupt conflicts on some machines with the I/O APIC, disable the legacy i8259 chip by default Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-13 | kern/amd64: Add platform and UART init | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |