mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
Kernel: Move PIC.cpp into Arch/i386/
This commit is contained in:
parent
aa2cfed6b0
commit
9fdcede491
7 changed files with 13 additions and 12 deletions
|
@ -10,7 +10,7 @@ KERNEL_OBJS = \
|
|||
i8253.o \
|
||||
Devices/KeyboardDevice.o \
|
||||
CMOS.o \
|
||||
PIC.o \
|
||||
Arch/i386/PIC.o \
|
||||
Syscall.o \
|
||||
Devices/IDEDiskDevice.o \
|
||||
VM/MemoryManager.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue