acadia/zion/interrupt
Drew Galbraith 6d27ee5dc5 [Zion] Add more debug information about kernel heap usage.
This will be helpful as we work to improve it.

Without deallocations, we currently stand at the following alloc numbers
8 - 142
16 - 319
32 - 364

unsized - 305

total page usage including slabs is 12.
2023-11-15 12:36:18 -08:00
..
apic.cpp [Zion] Move to StrFormat for debug line. 2023-11-05 09:24:09 -08:00
apic.h [zion] Move all APIC functions into a global class. 2023-08-01 22:38:40 -07:00
apic_timer.cpp [zion] Move all APIC functions into a global class. 2023-08-01 22:38:40 -07:00
apic_timer.h [zion] Move more initialization into the ApicTimer class. 2023-08-01 21:48:20 -07:00
interrupt.cpp [Zion] Add more debug information about kernel heap usage. 2023-11-15 12:36:18 -08:00
interrupt.h [zion] Use a separate stack for PF and GP faults in the kernel. 2023-08-01 23:11:12 -07:00
interrupt_enter.s [zion] Move to using the LAPIC timer over the PIT. 2023-08-01 20:18:47 -07:00
timer.cpp Enable the PIC and add a timer. 2023-05-29 21:52:01 -07:00
timer.h Enable the PIC and add a timer. 2023-05-29 21:52:01 -07:00