1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 22:35:07 +00:00
serenity/Kernel/Arch/i386
Andreas Kling adb2e6be5f Kernel: Make the kernel compile & link for x86_64
It's now possible to build the whole kernel with an x86_64 toolchain.
There's no bootstrap code so it doesn't work yet (obviously.)
2021-03-04 18:25:01 +01:00
..
Boot Kernel: Fix KUBSAN warnings due to unaligned APIC variables 2021-02-28 15:27:53 +01:00
CPU.cpp Kernel: Make the kernel compile & link for x86_64 2021-03-04 18:25:01 +01:00
CPU.h Kernel: Make the kernel compile & link for x86_64 2021-03-04 18:25:01 +01:00
Interrupts.h Kernel: Make the kernel compile & link for x86_64 2021-03-04 18:25:01 +01:00
ISRStubs.h Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
ProcessorInfo.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ProcessorInfo.h Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
SafeMem.cpp Kernel: Add safe atomic functions 2021-01-17 20:30:31 +01:00
SafeMem.h Kernel: Add safe atomic functions 2021-01-17 20:30:31 +01:00