mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:08:10 +00:00
![]() Checks of ECX go before EDX, and the bit indices are now ordered properly. Additionally, handling of the EDX[11] bit has been moved into a lambda function to keep the series of if statements neatly together. All of this makes it *a lot* easier to follow along and compare the implementation to the tables in the Intel manual, e.g. to find missing checks. |
||
---|---|---|
.. | ||
ASM_wrapper.cpp | ||
CPU.cpp | ||
Interrupts.cpp | ||
Processor.cpp | ||
ProcessorInfo.cpp | ||
SafeMem.cpp | ||
ScopedCritical.cpp | ||
SmapDisabler.cpp | ||
Spinlock.cpp | ||
TrapFrame.cpp |