pub(crate) fn init_apic_subsystem(rsdp_vaddr: u64) -> boolExpand description
Initialize the APIC subsystem (Local APIC + I/O APIC + APIC Timer).
Returns true if APIC is active, false if we should fall back to PIC+PIT.
On failure at any step, logs a warning and returns false.