ladybird/Kernel/Arch/i386
Luke 8a2fd0e436 Kernel: Fix Processor::features_string() stopping too early and detect more features
The exit condition for the loop was sizeof(m_features) * 8,
which was 32. Presumably this was supposed to mean 32 bits, but it
actually made it stop as soon as it reached the 6th bit.

Also add detection for more SIMD CPU features.
2020-08-31 18:57:54 +02:00
..
Boot Kernel: Tell the bootloader to put us into graphics mode 2020-08-01 07:57:29 +02:00
CPU.cpp Kernel: Fix Processor::features_string() stopping too early and detect more features 2020-08-31 18:57:54 +02:00
CPU.h Kernel: Fix Processor::features_string() stopping too early and detect more features 2020-08-31 18:57:54 +02:00
Interrupts.h Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
ISRStubs.h Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
ProcessorInfo.cpp Kernel: Remove unneeded #include in ProcessorInfo.cpp (#3211) 2020-08-19 11:25:12 +02:00
ProcessorInfo.h Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00