mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
![]() Currently in SMP mode we hard code support for up to only 8 processors. There is no reason for this to be a dynamic allocation that needs to be guarded by a spinlock. Instead use a Array<T* with inline storage of 8, allowing each processor to initialize it self in place, avoiding all the need for locks. |
||
---|---|---|
.. | ||
CPU.h | ||
DescriptorTable.h | ||
Interrupts.h | ||
ISRStubs.h | ||
PageDirectory.h | ||
ProcessorInfo.h | ||
SafeMem.h | ||
SmapDisabler.h | ||
TSS.h |