IRC channel logs

2020-05-13.log

back to list of logs

<almuhs>damo22: I've refactorized APIC code in a OOP model. I've added some functions to manipulate SMP and APIC structures without access directly from global
<almuhs> https://github.com/AlmuHS/GNUMach_SMP/blob/smp-new/i386/i386/apic.c
<almuhs>some global exists yet, but most of them are "hide" in apic.c
<almuhs>damo22: and I've also implemented your irq_override table https://github.com/AlmuHS/GNUMach_SMP/blob/smp-new/i386/i386at/acpi_parse_apic.c#L485.L508
***Server sets mode: +nt
***rekado_ is now known as rekado
<AlmuHS>damo22: check my latest commit
***Emulatorman__ is now known as Emulatorman
<peanutbutterandc>Hey there!