1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 11:55:08 +00:00
serenity/Kernel/Arch/x86/i386
Idan Horowitz ae9c6a9ded Kernel: Add 8-byte atomics for i686 GCC
Unlike Clang, GCC does not support 8-byte atomics on i686 with the
-mno-80387 flag set, so until that is fixed, implement a minimal set of
atomics that are currently required.
2022-08-19 19:49:38 +03:00
..
Boot Kernel: Fix CPU initialization for SMP 2021-07-27 19:45:38 +02:00
ASM_wrapper.cpp Kernel: Remove unused header includes 2021-08-01 08:10:16 +02:00
Atomics.cpp Kernel: Add 8-byte atomics for i686 GCC 2022-08-19 19:49:38 +03:00
InterruptEntry.cpp Kernel: Use the GS segment for the per-CPU struct 2021-07-02 23:33:17 +02:00
Processor.cpp Kernel: Remove unnecessary includes from Thread.h 2022-01-30 16:21:59 +01:00