1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:57:44 +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:
Andreas Kling 2019-06-07 20:02:01 +02:00
parent 5bce004d84
commit 736092a087
20 changed files with 20 additions and 21 deletions

View file

@ -4,7 +4,7 @@ KERNEL_OBJS = \
init.o \
kmalloc.o \
StdLib.o \
i386.o \
Arch/i386/CPU.o \
Process.o \
Thread.o \
i8253.o \