banan-os/kernel
Bananymous 0bdb01ee04 Kernel: Replace PIC with APIC
If APIC/IOAPIC is not found, we fallback to PIC

Interrupts don't seem to work on real hardware (?)
2022-12-19 11:46:25 +02:00
..
arch/i386 Kernel: Replace PIC with APIC 2022-12-19 11:46:25 +02:00
include/kernel Kernel: Replace PIC with APIC 2022-12-19 11:46:25 +02:00
kernel Kernel: Replace PIC with APIC 2022-12-19 11:46:25 +02:00
.gitignore Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
Makefile Kernel: Implement basic VESA Graphics mode driver 2022-12-16 00:47:03 +02:00
icxxabi.cpp Kernel: We can now use destructors in global objects 2022-12-13 00:52:32 +02:00