Liav A
5ff318cf3a
Kernel: Remove i686 support
2022-12-28 11:53:41 +01:00
Jesse Buhagiar
c962cfdc28
Kernel: Reintroduce ScopedAddressSpaceSwitcher
to aarch64 build
2022-10-18 13:08:25 +02:00
Timon Kruiper
9827c11d8b
Kernel: Move InterruptDisabler out of Arch directory
...
The code in this file is not architecture specific, so it can be moved
to the base Kernel directory.
2022-10-17 20:11:31 +02:00
Timon Kruiper
a4534678f9
Kernel: Implement InterruptDisabler using generic Processor functions
...
Now that the code does not use architectural specific code, it is moved
to the generic Arch directory and the paths are modified accordingly.
2022-06-02 13:14:12 +01:00
Brian Gianforcaro
0223faf6f4
Kernel: Access MemoryManager static functions statically
...
SonarCloud flagged this "Code Smell", where we are accessing these
static methods as if they are instance methods. While it is technically
possible, it is very confusing to read when you realize they are static
functions.
2021-10-02 18:16:15 +02:00
Andreas Kling
f16b9a691f
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
2021-09-06 18:56:51 +02:00