1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 14:55:07 +00:00
serenity/Kernel/Arch/x86/i386
AMACB 60362ef401 Kernel: Initialize regs.fs in Processor::init_context
Commit f285241c replaced the line that sets regs.fs with a line that
sets regs.gs, but not vice versa.
2021-11-06 11:54:28 +01: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
InterruptEntry.cpp Kernel: Use the GS segment for the per-CPU struct 2021-07-02 23:33:17 +02:00
Processor.cpp Kernel: Initialize regs.fs in Processor::init_context 2021-11-06 11:54:28 +01:00