DeanoBurrito/northport

Audit for race conditions within early kernel init.

DeanoBurrito opened this issue · 1 comments

The local apic timer calibration has a race condition where many cores can reset the io apic, interfering with each other's calibration.

A solution is in the works for this, however there may be more bugs lurking. Good thing to tackle after the scheduler refactor!

Surprisingly no other issues! Audit completed.