mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
There's a ton of work that would need to be done before we could spin up on another architecture, but let's at least try to separate things out a bit.
This commit is contained in:
parent
5bce004d84
commit
736092a087
20 changed files with 20 additions and 21 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Arch/i386/CPU.h>
|
||||
#include <Kernel/KSyms.h>
|
||||
#include <Kernel/Scheduler.h>
|
||||
#include <Kernel/i386.h>
|
||||
|
||||
class Thread;
|
||||
extern Thread* current;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue