1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-11 05:12:07 +00:00
Commit graph

51 commits

Author SHA1 Message Date
Timon Kruiper
c515e1341a Kernel: Add initial implementation of Processor in aarch64
Instead of storing the current Processor into a core local register, we
currently just store it into a global, since we don't support SMP for
aarch64 anyway. This simplifies the initial implementation.
2022-05-09 21:12:56 +02:00