You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented IntelPIC, IntelAPIC interrupt controllers and generic IO module.
The Intel kernel now uses the APIC timer for process switching, and falls
back to the IntelPIT if not available.
Implemented a IntController class interface for use in various interrupt
controller implementations, including BCM2835Interrupt for ARM.
Added MemoryContext::current() to retrieve the currently active
MemoryContext.
Added IntelPIT::wait() to await trigger moment in a busy loop,
which is used to calibrate the APIC timer.
0 commit comments