DeanoBurrito / northport

Monolithic kernel and support libraries for riscv64 and x86_64.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audit for race conditions within early kernel init.

DeanoBurrito opened this issue · comments

commented

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!

commented

Surprisingly no other issues! Audit completed.